mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-28 16:04:24 -04:00
parent
4b01569bc5
commit
04a6472e0a
1 changed files with 2 additions and 2 deletions
|
@ -200,8 +200,8 @@ export default definePlugin({
|
|||
{
|
||||
find: "getFriendIDs(){",
|
||||
replacement: {
|
||||
match: /\i.FRIEND\)/,
|
||||
replace: "$&.filter(id => !$self.shouldHideUser(id))"
|
||||
match: /getFriendIDs.{0,75}\i\.FRIEND\}\)/,
|
||||
replace: "$&.filter(([id]) => !$self.shouldHideUser(id))"
|
||||
}
|
||||
},
|
||||
// active now list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue