From a8d017811de99b83b15df769fdec35309bf78104 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Sat, 22 Apr 2023 03:16:08 +0200 Subject: [PATCH] TypingTweaks: Fix filter --- src/plugins/typingTweaks.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/typingTweaks.tsx b/src/plugins/typingTweaks.tsx index 0d72ca001..22eafdbae 100644 --- a/src/plugins/typingTweaks.tsx +++ b/src/plugins/typingTweaks.tsx @@ -24,7 +24,7 @@ import { findByCodeLazy } from "@webpack"; import { GuildMemberStore, React, RelationshipStore, SelectedChannelStore } from "@webpack/common"; import { User } from "discord-types/general"; -const Avatar = findByCodeLazy('"top",spacing:'); +const Avatar = findByCodeLazy(".typingIndicatorRef", "svg"); const openProfile = findByCodeLazy("friendToken", "USER_PROFILE_MODAL_OPEN"); const settings = definePluginSettings({