Update ensureAttachmentIsReencryptable logic
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
parent
dd78de36fa
commit
71d5976ab1
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue