mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 11:43:32 -05:00
Fix ChannelTabs
This commit is contained in:
parent
81965dfdc0
commit
e79f7159e1
1 changed files with 1 additions and 1 deletions
|
@ -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", {
|
||||
|
|
Loading…
Reference in a new issue