Init Chat Folders UI
This commit is contained in:
parent
726234a27b
commit
ec7d07269d
88 changed files with 4082 additions and 1306 deletions
|
|
@ -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: (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue