enable unsend requests

pull/1969/head
Audric Ackermann 4 years ago
parent 844d3befef
commit bd53490d80
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

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

Loading…
Cancel
Save