mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-13 16:43:04 -04:00
Fix broken patches
This commit is contained in:
parent
96873ccef7
commit
df6ffd90e3
2 changed files with 14 additions and 17 deletions
|
@ -110,8 +110,8 @@ export default definePlugin({
|
|||
find: '"pepe","nude"',
|
||||
predicate: () => settings.store.disableDisallowedDiscoveryFilters,
|
||||
replacement: {
|
||||
match: /\?\["pepe",.+?\]/,
|
||||
replace: "?[]",
|
||||
match: /(?<=[?=])\["pepe",.+?\]/,
|
||||
replace: "[]",
|
||||
},
|
||||
},
|
||||
// patch request that queries if term is allowed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue