enable pinning conversations

pull/1778/head
Brice-W 4 years ago
parent 829fd1c199
commit 8256451ec6

@ -56,7 +56,7 @@ window.lokiFeatureFlags = {
useFileOnionRequests: true, useFileOnionRequests: true,
useFileOnionRequestsV2: true, // more compact encoding of files in response useFileOnionRequestsV2: true, // more compact encoding of files in response
padOutgoingAttachments: true, padOutgoingAttachments: true,
enablePinConversations: false, enablePinConversations: true,
}; };
if (typeof process.env.NODE_ENV === 'string' && process.env.NODE_ENV.includes('test-integration')) { if (typeof process.env.NODE_ENV === 'string' && process.env.NODE_ENV.includes('test-integration')) {

Loading…
Cancel
Save