|
|
@ -56,6 +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,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
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')) {
|
|
|
|