mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-11 02:16:23 +00:00
fix(memberListActivities): update patch
This commit is contained in:
parent
d656aa7119
commit
f2b6e6570d
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ export default definePlugin({
|
||||||
// Patch activity icons
|
// Patch activity icons
|
||||||
find: "default.getHangStatusActivity():null!",
|
find: "default.getHangStatusActivity():null!",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /null!=(\i)&&(\i).some\((\i).default\)\?/,
|
match: /null!=(\i)&&\i.some\(\i=>\(0,\i.default\)\(\i,\i\)\)\?/,
|
||||||
replace: "$self.patchActivityList($1),false?"
|
replace: "$self.patchActivityList($1),false?"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue