mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-29 08:24:26 -04:00
parent
4b01569bc5
commit
04a6472e0a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue