Update ensureAttachmentIsReencryptable logic

Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2024-10-09 11:35:47 -05:00 committed by GitHub
parent dd78de36fa
commit 71d5976ab1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,10 +58,11 @@ export async function ensureAttachmentIsReencryptable(
logging.info(
`${logId}: Unable to reencrypt attachment to original digest; must have had non-zero padding`
);
}
} else {
logging.error(`${logId}: error when reencrypting`, toLogFormat(e));
}
}
}
return {
...attachment,