mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
enable outgoing padded attachments
This commit is contained in:
parent
bc938f650e
commit
8a77c2bc9d
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ window.lokiFeatureFlags = {
|
|||
useFileOnionRequestsV2: true, // more compact encoding of files in response
|
||||
onionRequestHops: 3,
|
||||
useRequestEncryptionKeyPair: false,
|
||||
padOutgoingAttachments: false,
|
||||
padOutgoingAttachments: true,
|
||||
};
|
||||
|
||||
if (typeof process.env.NODE_ENV === 'string' && process.env.NODE_ENV.includes('test-integration')) {
|
||||
|
|
Loading…
Reference in a new issue