From c736023c883cf49449c33b9ad30737d7c1d4849a Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Tue, 24 Nov 2020 09:05:45 +1100 Subject: [PATCH] enable file onion request v2 in lokiFeatureFlags --- preload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preload.js b/preload.js index 69595f605..3b0ecd328 100644 --- a/preload.js +++ b/preload.js @@ -461,7 +461,7 @@ window.lokiFeatureFlags = { useOnionRequests: true, useOnionRequestsV2: true, useFileOnionRequests: true, - useFileOnionRequestsV2: false, // more compact encoding of files in response + useFileOnionRequestsV2: true, // more compact encoding of files in response enableSenderKeys: true, onionRequestHops: 3, debugMessageLogs: process.env.ENABLE_MESSAGE_LOGS,