Fix duplicate all chats folder

This commit is contained in:
Jamie Kyle
2025-10-06 14:16:50 -07:00
committed by GitHub
parent 780f39c285
commit dd4844788b
12 changed files with 224 additions and 153 deletions

View File

@@ -1263,6 +1263,7 @@ type WritableInterface = {
createChatFolder: (chatFolder: ChatFolder) => void;
createAllChatsChatFolder: () => ChatFolder;
upsertAllChatsChatFolderFromSync: (chatFolder: ChatFolder) => void;
updateChatFolder: (chatFolder: ChatFolder) => void;
updateChatFolderPositions: (chatFolders: ReadonlyArray<ChatFolder>) => void;
updateChatFolderDeletedAtTimestampMsFromSync: (