mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 06:33:03 -04:00
Fix ShowConnections & FriendsSince patches
This commit is contained in:
parent
2b565fed25
commit
7ccd073506
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ export default definePlugin({
|
|||
{
|
||||
find: ".UserPopoutUpsellSource.PROFILE_PANEL,",
|
||||
replacement: {
|
||||
match: /\i.default,\{userId:(\i)}\)/,
|
||||
match: /\i.default,\{userId:([^,]+?)}\)/,
|
||||
replace: "$&,$self.friendsSince({ userId: $1 })"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue