Fix missing all chat folder on startup without new manifest
This commit is contained in:
parent
bf217a8513
commit
4973b9b204
9 changed files with 192 additions and 92 deletions
|
|
@ -923,6 +923,7 @@ type ReadableInterface = {
|
|||
getAllChatFolders: () => ReadonlyArray<ChatFolder>;
|
||||
getCurrentChatFolders: () => ReadonlyArray<ChatFolder>;
|
||||
getChatFolder: (id: ChatFolderId) => ChatFolder | null;
|
||||
hasAllChatsChatFolder: () => boolean;
|
||||
getOldestDeletedChatFolder: () => ChatFolder | null;
|
||||
|
||||
getMessagesNeedingUpgrade: (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue