Fix store finds

This commit is contained in:
Nuckyz 2024-03-28 09:48:47 -03:00
parent de9122b05b
commit ec34412100
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
6 changed files with 9 additions and 9 deletions

View file

@ -38,8 +38,8 @@ export default definePlugin({
]
},
...[
'displayName="MessageStore"',
'displayName="ReadStateStore"'
'="MessageStore",',
'="ReadStateStore",'
].map(find => ({
find,
predicate: () => Settings.plugins.NoBlockedMessages.ignoreBlockedMessages === true,