Fix plugins for Discord update (#3298)

Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
This commit is contained in:
sadan4 2025-03-21 08:18:12 -04:00 committed by GitHub
parent 48868f01fe
commit c4fc9ac8e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 9 additions and 16 deletions

View file

@ -57,10 +57,10 @@ export default definePlugin({
patches: [
{
find: "#{intl::BLOCKED_MESSAGES_HIDE}",
find: ".__invalid_blocked,",
replacement: [
{
match: /let\{[^}]*collapsedReason[^}]*\}/,
match: /let{expanded:\i,[^}]*?collapsedReason[^}]*}/,
replace: "if($self.shouldHide(arguments[0]))return null;$&"
}
]