diff --git a/src/plugins/keywordNotify/index.tsx b/src/plugins/keywordNotify/index.tsx index 7ee70205b..1e9e54755 100644 --- a/src/plugins/keywordNotify/index.tsx +++ b/src/plugins/keywordNotify/index.tsx @@ -19,7 +19,8 @@ let regexes = []; const MenuHeader = findByCodeLazy("useInDesktopNotificationCenterExperiment)("); const Popout = findByPropsLazy("ItemsPopout"); -const { recentMentionsPopout } = findByPropsLazy("recentMentionsPopout"); +const recentMentionsPopoutClass = findByPropsLazy("recentMentionsPopout"); + const { createMessageRecord } = findByPropsLazy("createMessageRecord", "updateMessageRecord"); @@ -253,7 +254,7 @@ export default definePlugin({ return ( <> header} renderMessage={messageRender} channel={channel}