mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-18 10:57:04 -04:00
fix(plugins): PronounDB, ViewIcons, WebhookTags, NoBlockedMessages, BetterGifAltText, MessageAccessories
This commit is contained in:
parent
f3aba3edb0
commit
1176896a1b
10 changed files with 86 additions and 44 deletions
|
@ -28,8 +28,8 @@ export default definePlugin({
|
|||
find: 'safety_prompt:"DMSpamExperiment",response:"show_redacted_messages"',
|
||||
replacement: [
|
||||
{
|
||||
match: /collapsedReason;return (?=\w{1,2}.createElement)/,
|
||||
replace: "collapsedReason; return null;"
|
||||
match: /\.collapsedReason;return/,
|
||||
replace: ".collapsedReason;return null;return;"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue