Fix missing all chat folder on startup without new manifest

This commit is contained in:
Jamie Kyle 2025-10-01 16:59:29 -07:00 committed by GitHub
commit 4973b9b204
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 192 additions and 92 deletions

View file

@ -923,6 +923,7 @@ type ReadableInterface = {
getAllChatFolders: () => ReadonlyArray<ChatFolder>;
getCurrentChatFolders: () => ReadonlyArray<ChatFolder>;
getChatFolder: (id: ChatFolderId) => ChatFolder | null;
hasAllChatsChatFolder: () => boolean;
getOldestDeletedChatFolder: () => ChatFolder | null;
getMessagesNeedingUpgrade: (