From 8a77c2bc9d5ed52106c284b32f6b34d267bb2195 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Tue, 27 Apr 2021 11:13:51 +1000 Subject: [PATCH] enable outgoing padded attachments --- preload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preload.js b/preload.js index 837b97d5a..bc5cf2f53 100644 --- a/preload.js +++ b/preload.js @@ -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')) {