Attachments: support for incrementalMac and chunkSize
This commit is contained in:
@@ -44,10 +44,11 @@ describe('ContactsParser', () => {
|
||||
const keys = generateKeys();
|
||||
|
||||
({ path } = await encryptAttachmentV2ToDisk({
|
||||
plaintext: { data },
|
||||
keys,
|
||||
getAbsoluteAttachmentPath:
|
||||
window.Signal.Migrations.getAbsoluteAttachmentPath,
|
||||
needIncrementalMac: false,
|
||||
plaintext: { data },
|
||||
}));
|
||||
|
||||
const contacts = await parseContactsV2({
|
||||
|
Reference in New Issue
Block a user