mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 10:27:03 -04:00
fix ShowConnections
This commit is contained in:
parent
3ad76b7f0f
commit
7f1ccef383
2 changed files with 1 additions and 2 deletions
|
@ -211,7 +211,7 @@ export default definePlugin({
|
|||
}
|
||||
},
|
||||
{
|
||||
find: ".BITE_SIZE,onOpenProfile",
|
||||
find: '"BiteSizeProfileBody"',
|
||||
replacement: {
|
||||
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