Fix Tab For KeywordNotify

This commit is contained in:
thororen1234 2024-09-12 12:27:51 -04:00
parent 6c138e208d
commit 0e720a0f75

View file

@ -30,7 +30,7 @@ let currentUser: User;
let keywordLog: Array<any> = [];
const recentMentionsPopoutClass = findByPropsLazy("recentMentionsPopout");
const tabClass = findByPropsLazy("tab");
const tabClass = findByPropsLazy("inboxTitle", "tab");
const buttonClass = findByPropsLazy("size36");
const Popout = findByCodeLazy(".Messages.UNBLOCK_TO_JUMP_TITLE", "canCloseAllMessages:");
const createMessageRecord = findByCodeLazy(".createFromServer(", ".isBlockedForMessage", "messageReference:");