Add shortcuts for add/remove chat to chat folder

This commit is contained in:
Jamie
2025-10-17 13:40:00 -07:00
committed by GitHub
parent f26919d399
commit 7f5af1a698
19 changed files with 421 additions and 52 deletions

View File

@@ -1269,6 +1269,11 @@ type WritableInterface = {
createAllChatsChatFolder: () => ChatFolder;
upsertAllChatsChatFolderFromSync: (chatFolder: ChatFolder) => void;
updateChatFolder: (chatFolder: ChatFolder) => void;
updateChatFolderToggleChat: (
chatFolderId: ChatFolderId,
conversationId: string,
toggle: boolean
) => void;
updateChatFolderPositions: (chatFolders: ReadonlyArray<ChatFolder>) => void;
updateChatFolderDeletedAtTimestampMsFromSync: (
chatFolderId: ChatFolderId,