enable unsend requests

This commit is contained in:
Audric Ackermann 2021-10-15 12:18:20 +11:00
parent 844d3befef
commit bd53490d80
No known key found for this signature in database
GPG key ID: 999F434D76324AD4

View file

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