mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-22 16:19:07 -05:00
Fix BetterActivites
This commit is contained in:
parent
9f801ebb2d
commit
3e2212f20a
1 changed files with 2 additions and 2 deletions
|
@ -471,8 +471,8 @@ export default definePlugin({
|
|||
// still broken btw
|
||||
find: "#{intl::ACTIVITY_REACTION_REPLY_TITLE}",
|
||||
replacement: {
|
||||
match: /(?<=\(0,\i\.jsx\)\()(\i\.\i)(?=.{0,10},{activity:\i,user:\i,application:\i)/,
|
||||
replace: "$2.type==='BiteSizePopout'?$self.showAllActivitiesComponent:$1"
|
||||
match: /(?<=void 0:(\i\.type)\).{0,50})(?<=\(0,\i\.jsx\)\()(\i\.\i)(?=.{0,10},{activity:\i,user:\i,application:\i)/,
|
||||
replace: "$1==='BiteSizePopout'?$self.showAllActivitiesComponent:$2"
|
||||
},
|
||||
predicate: () => settings.store.userPopout
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue