From f80593aef83a6352c2e399a78d93e0015ee26c7f Mon Sep 17 00:00:00 2001 From: D3SOX Date: Wed, 10 Jul 2024 21:03:58 +0200 Subject: [PATCH] fix(betterActivities): patch location including application prop --- src/plugins/betterActivities/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/betterActivities/index.tsx b/src/plugins/betterActivities/index.tsx index 27fbed9f0..612657383 100644 --- a/src/plugins/betterActivities/index.tsx +++ b/src/plugins/betterActivities/index.tsx @@ -254,7 +254,7 @@ export default definePlugin({ }, { // Show all activities in the user popout/sidebar - find: '"BiteSizeProfileActivitySection"', + find: '"UserActivityContainer"', replacement: { match: /(?<=\(0,\i\.jsx\)\()\i\.\i(?=,{type:\i.\i.BITE_SIZE_POPOUT,activity:\i,className:\i\.activity,source:\i,user:\i)/, replace: "$self.showAllActivitiesComponent"