Attachments: support for incrementalMac and chunkSize
This commit is contained in:
@@ -297,8 +297,9 @@ export const writeNewAttachmentData = async ({
|
||||
const keys = generateKeys();
|
||||
|
||||
const { plaintextHash, path } = await encryptAttachmentV2ToDisk({
|
||||
plaintext: { data },
|
||||
getAbsoluteAttachmentPath,
|
||||
needIncrementalMac: false,
|
||||
plaintext: { data },
|
||||
keys,
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user