From e79f7159e1dc20d6a3a658889a007e0040e55124 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Wed, 25 Sep 2024 17:35:07 -0400 Subject: [PATCH] Fix ChannelTabs --- src/webpack/common/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpack/common/utils.ts b/src/webpack/common/utils.ts index 5ce401b2..0d52f2f2 100644 --- a/src/webpack/common/utils.ts +++ b/src/webpack/common/utils.ts @@ -173,7 +173,7 @@ export const InviteActions = findByPropsLazy("resolveInvite"); export const IconUtils: t.IconUtils = findByPropsLazy("getGuildBannerURL", "getUserAvatarURL"); export const ReadStateUtils = mapMangledModuleLazy('type:"ENABLE_AUTOMATIC_ACK",', { - ackChannel: filters.byCode(".getActiveJoinedThreadsForParent(") + ackChannel: filters.byCode(".isForumLikeChannel(") }); export const ExpressionPickerStore: t.ExpressionPickerStore = mapMangledModuleLazy("expression-picker-last-active-view", {