mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-30 21:30:59 +01:00
Fix missing all chat folder on startup without new manifest
This commit is contained in:
@@ -923,6 +923,7 @@ type ReadableInterface = {
|
||||
getAllChatFolders: () => ReadonlyArray<ChatFolder>;
|
||||
getCurrentChatFolders: () => ReadonlyArray<ChatFolder>;
|
||||
getChatFolder: (id: ChatFolderId) => ChatFolder | null;
|
||||
hasAllChatsChatFolder: () => boolean;
|
||||
getOldestDeletedChatFolder: () => ChatFolder | null;
|
||||
|
||||
getMessagesNeedingUpgrade: (
|
||||
|
||||
Reference in New Issue
Block a user