Fix Patch
Some checks are pending
Test / Test (push) Waiting to run

This commit is contained in:
thororen1234 2025-06-17 22:16:16 -04:00
parent 4b01569bc5
commit 04a6472e0a
No known key found for this signature in database

View file

@ -200,8 +200,8 @@ export default definePlugin({
{ {
find: "getFriendIDs(){", find: "getFriendIDs(){",
replacement: { replacement: {
match: /\i.FRIEND\)/, match: /getFriendIDs.{0,75}\i\.FRIEND\}\)/,
replace: "$&.filter(id => !$self.shouldHideUser(id))" replace: "$&.filter(([id]) => !$self.shouldHideUser(id))"
} }
}, },
// active now list // active now list