mirror of
https://github.com/Equicord/Equicord.git
synced 2025-04-01 13:11:57 -04:00
BetterActivities: Fix Hardcoded ID
This commit is contained in:
parent
9b5d928aea
commit
0b3ff6361f
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ export default definePlugin({
|
||||||
find: '"UserProfilePopoutBody"',
|
find: '"UserProfilePopoutBody"',
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /(?<=user:(\i).*?\i\.id\)\}\)\),(\i).*?)\(0,\i\.jsx\).{0,100}\i\.activity\}\)/,
|
match: /(?<=user:(\i).*?\i\.id\)\}\)\),(\i).*?)\(0,\i\.jsx\).{0,100}\i\.activity\}\)/,
|
||||||
replace: ",$self.showAllActivitiesComponent({ activity: U, user: $1 })"
|
replace: ",$self.showAllActivitiesComponent({ activity: $2, user: $1 })"
|
||||||
},
|
},
|
||||||
predicate: () => settings.store.userPopout
|
predicate: () => settings.store.userPopout
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue