enable outgoing padded attachments

pull/1576/head
Audric Ackermann 4 years ago
parent bc938f650e
commit 8a77c2bc9d
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -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')) {

Loading…
Cancel
Save