enable outgoing padded attachments

This commit is contained in:
Audric Ackermann 2021-04-27 11:13:51 +10:00
parent bc938f650e
commit 8a77c2bc9d
No known key found for this signature in database
GPG key ID: 999F434D76324AD4

View file

@ -66,7 +66,7 @@ window.lokiFeatureFlags = {
useFileOnionRequestsV2: true, // more compact encoding of files in response
onionRequestHops: 3,
useRequestEncryptionKeyPair: false,
padOutgoingAttachments: false,
padOutgoingAttachments: true,
};
if (typeof process.env.NODE_ENV === 'string' && process.env.NODE_ENV.includes('test-integration')) {