diff --git a/ts/jobs/AttachmentDownloadManager.ts b/ts/jobs/AttachmentDownloadManager.ts index 89b66b85fd..11119e94a4 100644 --- a/ts/jobs/AttachmentDownloadManager.ts +++ b/ts/jobs/AttachmentDownloadManager.ts @@ -32,6 +32,7 @@ import { shouldAttachmentEndUpInRemoteBackup, getUndownloadedAttachmentSignature, isIncremental, + hasRequiredInformationForBackup, } from '../types/Attachment.js'; import type { ReadonlyMessageAttributesType } from '../model-types.d.ts'; import { getMessageById } from '../messages/getMessageById.js'; @@ -294,10 +295,18 @@ export class AttachmentDownloadManager extends JobManager