mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-21 23:58:52 -05:00
Run a single lookback
This commit is contained in:
parent
3e2212f20a
commit
a77e4b86a8
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ export default definePlugin({
|
|||
// still broken btw
|
||||
find: "#{intl::ACTIVITY_REACTION_REPLY_TITLE}",
|
||||
replacement: {
|
||||
match: /(?<=void 0:(\i\.type)\).{0,50})(?<=\(0,\i\.jsx\)\()(\i\.\i)(?=.{0,10},{activity:\i,user:\i,application:\i)/,
|
||||
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