mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 02:17:03 -04:00
Add missing methods to ExpressionPickerStore
This commit is contained in:
parent
1e8f59f13d
commit
1fb5e8df99
3 changed files with 25 additions and 6 deletions
|
@ -168,7 +168,7 @@ export default definePlugin({
|
|||
|
||||
patches: [
|
||||
{
|
||||
find: '"BiteSizeProfileBody"',
|
||||
find: ".hasAvatarForGuild(null==",
|
||||
replacement: {
|
||||
match: /currentUser:\i,guild:\i}\)(?<=user:(\i),bio:null==(\i)\?.+?)/,
|
||||
replace: "$&,$self.profilePopoutComponent({ user: $1, displayProfile: $2 })"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue