Resumable backup import

This commit is contained in:
Fedor Indutny 2024-08-27 17:00:41 -04:00 committed by GitHub
parent 3d8aaf0a5a
commit 8ef149e3a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 498 additions and 33 deletions

View file

@ -183,6 +183,9 @@ export type StorageAccessType = {
// remove it in `ts/background.ts`
};
// If present - we are downloading backup
backupDownloadPath: string;
// Deprecated
'challenge:retry-message-ids': never;
nextSignedKeyRotationTime: number;