Add media granularity to backup attachment download source
This commit is contained in:
parent
2432631fb9
commit
11e612f57b
12 changed files with 74 additions and 49 deletions
|
@ -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',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue