Add media granularity to backup attachment download source

This commit is contained in:
trevor-signal
2025-09-10 16:16:46 -04:00
committed by GitHub
parent 2432631fb9
commit 11e612f57b
12 changed files with 74 additions and 49 deletions

View File

@@ -105,7 +105,7 @@ describe('SQL/updateToSchemaVersion1200', () => {
source:
i < NUM_STANDARD_JOBS
? AttachmentDownloadSource.STANDARD
: AttachmentDownloadSource.BACKUP_IMPORT,
: AttachmentDownloadSource.BACKUP_IMPORT_WITH_MEDIA,
});
}
})();

View File

@@ -87,7 +87,7 @@ describe('SQL/updateToSchemaVersion1410', () => {
source:
i < 5
? AttachmentDownloadSource.STANDARD
: AttachmentDownloadSource.BACKUP_IMPORT,
: AttachmentDownloadSource.BACKUP_IMPORT_WITH_MEDIA,
});
}
})();