Resumable backup import
This commit is contained in:
parent
3d8aaf0a5a
commit
8ef149e3a8
17 changed files with 498 additions and 33 deletions
|
@ -983,6 +983,7 @@ export type ServerReadableDirectInterface = ReadableInterface & {
|
|||
finishGetKnownMessageAttachments: (
|
||||
cursor: MessageAttachmentsCursorType
|
||||
) => void;
|
||||
getKnownDownloads: () => Array<string>;
|
||||
getKnownConversationAttachments: () => Array<string>;
|
||||
|
||||
getAllBadgeImageFileLocalPaths: () => Set<string>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue