mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-22 08:09:12 -05:00
Merge remote-tracking branch 'upstream/dev' into dev
This commit is contained in:
commit
61be8eee35
2 changed files with 1 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "equicord",
|
||||
"private": "true",
|
||||
"version": "1.10.3",
|
||||
"version": "1.10.4",
|
||||
"description": "The other cutest Discord client mod",
|
||||
"homepage": "https://github.com/Equicord/Equicord#readme",
|
||||
"bugs": {
|
||||
|
|
|
@ -93,15 +93,6 @@ export default definePlugin({
|
|||
}
|
||||
},
|
||||
// empty word filter
|
||||
{
|
||||
find: '"kinkster","kinky"',
|
||||
predicate: () => settings.store.disableDisallowedDiscoveryFilters,
|
||||
replacement: {
|
||||
match: /=\[".+?"\]/g,
|
||||
replace: "=[]"
|
||||
}
|
||||
},
|
||||
// empty 2nd word filter
|
||||
{
|
||||
find: '"pepe","nude"',
|
||||
predicate: () => settings.store.disableDisallowedDiscoveryFilters,
|
||||
|
|
Loading…
Add table
Reference in a new issue