diff options
author | Nuckyz <61953774+Nuckyz@users.noreply.github.com> | 2023-10-10 04:58:46 -0300 |
---|---|---|
committer | Nuckyz <61953774+Nuckyz@users.noreply.github.com> | 2023-10-10 05:10:46 -0300 |
commit | 5a97adb435f7f52af271169ebf57e32deaf49030 (patch) | |
tree | 137e204a2839ea3b6e3f8e27283bf10f9143a778 | |
parent | 925d7093355540f6b4e03a114bde5445a328725e (diff) | |
download | Vencord-5a97adb435f7f52af271169ebf57e32deaf49030.tar.gz Vencord-5a97adb435f7f52af271169ebf57e32deaf49030.tar.bz2 Vencord-5a97adb435f7f52af271169ebf57e32deaf49030.zip |
Fix broken IgnoreActivities patch
-rw-r--r-- | src/plugins/ignoreActivities/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/ignoreActivities/index.tsx b/src/plugins/ignoreActivities/index.tsx index 4809e88..e2888dd 100644 --- a/src/plugins/ignoreActivities/index.tsx +++ b/src/plugins/ignoreActivities/index.tsx @@ -106,7 +106,7 @@ export default definePlugin({ } }, { - find: ".overlayBadge", + find: ".Messages.EMBEDDED_ACTIVITIES_HAVE_PLAYED_ONE_KNOWN", replacement: [ { match: /(?<=\(\)\.activityTitleText.+?children:(\i)\.name.*?}\),)/, |