mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Add media granularity to backup attachment download source
This commit is contained in:
@@ -105,7 +105,7 @@ describe('SQL/updateToSchemaVersion1200', () => {
|
||||
source:
|
||||
i < NUM_STANDARD_JOBS
|
||||
? AttachmentDownloadSource.STANDARD
|
||||
: AttachmentDownloadSource.BACKUP_IMPORT,
|
||||
: AttachmentDownloadSource.BACKUP_IMPORT_WITH_MEDIA,
|
||||
});
|
||||
}
|
||||
})();
|
||||
|
||||
@@ -87,7 +87,7 @@ describe('SQL/updateToSchemaVersion1410', () => {
|
||||
source:
|
||||
i < 5
|
||||
? AttachmentDownloadSource.STANDARD
|
||||
: AttachmentDownloadSource.BACKUP_IMPORT,
|
||||
: AttachmentDownloadSource.BACKUP_IMPORT_WITH_MEDIA,
|
||||
});
|
||||
}
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user