mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
Fix Canary For Now TEMP
This commit is contained in:
parent
f22da4d6ed
commit
4ace8fa7ef
1 changed files with 7 additions and 0 deletions
|
@ -87,6 +87,13 @@ export default definePlugin({
|
||||||
replace: "return $1;"
|
replace: "return $1;"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
find: "lastShownFriendsListGiftIntents).size",
|
||||||
|
replacement: {
|
||||||
|
match: /return .{0,50}.size>0/,
|
||||||
|
replace: "return;"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue