mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 03:43:27 +01:00
Init Chat Folders UI
This commit is contained in:
@@ -1246,6 +1246,7 @@ type WritableInterface = {
|
||||
createDonationReceipt(profile: DonationReceipt): void;
|
||||
|
||||
createChatFolder: (chatFolder: ChatFolder) => void;
|
||||
createAllChatsChatFolder: () => ChatFolder;
|
||||
updateChatFolder: (chatFolder: ChatFolder) => void;
|
||||
updateChatFolderPositions: (chatFolders: ReadonlyArray<ChatFolder>) => void;
|
||||
updateChatFolderDeletedAtTimestampMsFromSync: (
|
||||
|
||||
Reference in New Issue
Block a user