mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 02:17:03 -04:00
fix: ShowConnections patch; chore: Remove dead code
This commit is contained in:
parent
40c5ade82d
commit
0561bd1951
4 changed files with 6 additions and 12 deletions
|
@ -210,9 +210,9 @@ export default definePlugin({
|
|||
}
|
||||
},
|
||||
{
|
||||
find: "autoFocusNote:!0})",
|
||||
find: ".UserProfileTypes.BITE_SIZE,onOpenProfile",
|
||||
replacement: {
|
||||
match: /{autoFocusNote:!1}\)}\)(?<=user:(\i),bio:null==(\i)\?.+?)/,
|
||||
match: /currentUser:\i,guild:\i,onOpenProfile:.+?}\)(?=])(?<=user:(\i),bio:null==(\i)\?.+?)/,
|
||||
replace: "$&,$self.profilePopoutComponent({ user: $1, displayProfile: $2, simplified: true })"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue