mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Basic support for local encrypted backups
This commit is contained in:
@@ -61,3 +61,9 @@ export type BackupsSubscriptionType =
|
||||
cost?: SubscriptionCostType;
|
||||
}
|
||||
);
|
||||
|
||||
export type LocalBackupMetadataVerificationType = {
|
||||
snapshotDir: string;
|
||||
backupId: Uint8Array;
|
||||
metadataKey: Uint8Array;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user