Backups: update to latest integration tests

This commit is contained in:
trevor-signal
2024-12-11 12:01:45 -05:00
committed by GitHub
parent c7dc4279a1
commit 6f7faf4be8
12 changed files with 239 additions and 88 deletions

View File

@@ -175,8 +175,8 @@ export type StorageAccessType = {
subscriberCurrencyCode: string;
donorSubscriptionManuallyCancelled: boolean;
backupsSubscriberId: Uint8Array;
backupsSubscriberCurrencyCode: string;
backupsSubscriptionManuallyCancelled: boolean;
backupsSubscriberPurchaseToken: string;
backupsSubscriberOriginalTransactionId: string;
displayBadgesOnProfile: boolean;
keepMutedChatsArchived: boolean;
usernameLastIntegrityCheck: number;
@@ -209,6 +209,9 @@ export type StorageAccessType = {
// If true Desktop message history was restored from backup
isRestoredFromBackup: boolean;
// The `firstAppVersion` present on an BackupInfo from an imported backup.
restoredBackupFirstAppVersion: string;
// Deprecated
'challenge:retry-message-ids': never;
nextSignedKeyRotationTime: number;