Disable chat folder filtering when feature is disabled

This commit is contained in:
trevor-signal
2025-10-16 12:42:53 -04:00
committed by GitHub
parent df27e4c4e8
commit 3330dd72ce

View File

@@ -67,6 +67,7 @@ import type {
UnreadStats,
} from '../../util/countUnreadStats.js';
import {
isChatFoldersEnabled,
isConversationInChatFolder,
type ChatFolder,
} from '../../types/ChatFolder.js';
@@ -426,6 +427,7 @@ export const _getLeftPaneLists = ({
let conversation = values[i];
if (
isChatFoldersEnabled() &&
!_shouldIncludeInChatFolder(
conversation,
selectedChatFolder,