From bd53490d808ff71aea4709077a1f27ce789f204d Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Fri, 15 Oct 2021 12:18:20 +1100 Subject: [PATCH] enable unsend requests --- preload.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/preload.js b/preload.js index bdcb99c9c..c753c72d4 100644 --- a/preload.js +++ b/preload.js @@ -43,8 +43,8 @@ window.lokiFeatureFlags = { useFileOnionRequestsV2: true, // more compact encoding of files in response padOutgoingAttachments: true, enablePinConversations: true, - useUnsendRequests: false, - useCallMessage: true, + useUnsendRequests: true, + useCallMessage: false, }; window.isBeforeVersion = (toCheck, baseVersion) => {