Improve invalid attachment locator handling

This commit is contained in:
automated-signal
2025-01-09 09:34:24 -06:00
committed by GitHub
parent 659044a08b
commit 3d7f5a3c04

View File

@@ -210,9 +210,6 @@ export class AttachmentDownloadManager extends JobManager<CoreAttachmentDownload
const logId = `AttachmentDownloadManager/addJob(${sentAt}.${attachmentType})`;
if (attachment.error && source === AttachmentDownloadSource.BACKUP_IMPORT) {
log.info(
`${logId}: skipping InvalidAttachmentLocator from backup import`
);
return attachment;
}