Backup: Support for calls
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
4584f00b77
commit
dbcc903c0f
15 changed files with 1047 additions and 116 deletions
|
@ -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: (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue