mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 19:08:04 +01:00
Backup: Support for calls
This commit is contained in:
@@ -779,6 +779,7 @@ type WritableInterface = {
|
||||
_removeAllMessages: () => void;
|
||||
|
||||
clearCallHistory: (target: CallLogEventTarget) => ReadonlyArray<string>;
|
||||
_removeAllCallHistory: () => void;
|
||||
markCallHistoryDeleted: (callId: string) => void;
|
||||
cleanupCallHistoryMessages: () => void;
|
||||
markCallHistoryRead(callId: string): void;
|
||||
@@ -796,6 +797,7 @@ type WritableInterface = {
|
||||
beginDeleteAllCallLinks(): void;
|
||||
beginDeleteCallLink(roomId: string): void;
|
||||
finalizeDeleteCallLink(roomId: string): void;
|
||||
_removeAllCallLinks(): void;
|
||||
deleteCallLinkFromSync(roomId: string): void;
|
||||
migrateConversationMessages: (obsoleteId: string, currentId: string) => void;
|
||||
saveEditedMessage: (
|
||||
|
||||
Reference in New Issue
Block a user