Disable chat folder filtering when feature is disabled

Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2025-10-16 11:57:18 -05:00
committed by GitHub
parent 346496d52b
commit a9bedcabdd

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,