mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01: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,
|
||||
});
|
||||
}
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user