mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
Add media granularity to backup attachment download source
This commit is contained in:
@@ -548,7 +548,10 @@ export type GetRecentStoryRepliesOptionsType = {
|
||||
};
|
||||
|
||||
export enum AttachmentDownloadSource {
|
||||
BACKUP_IMPORT = 'backup_import',
|
||||
// Imported when paid (media) backups were enabled, or from a local backup
|
||||
BACKUP_IMPORT_WITH_MEDIA = 'backup_import',
|
||||
// Imported when paid (media) backups were not enabled
|
||||
BACKUP_IMPORT_NO_MEDIA = 'backup_import_no_media',
|
||||
STANDARD = 'standard',
|
||||
BACKFILL = 'backfill',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user