From 3e2212f20a63e3d7426a226f401dc1d3d96eca51 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Thu, 20 Feb 2025 19:49:10 -0500 Subject: [PATCH] Fix BetterActivites --- src/equicordplugins/betterActivities/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/equicordplugins/betterActivities/index.tsx b/src/equicordplugins/betterActivities/index.tsx index 7b236a21..b461674d 100644 --- a/src/equicordplugins/betterActivities/index.tsx +++ b/src/equicordplugins/betterActivities/index.tsx @@ -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 },