Merge pull request #780 from loki-project/neuroscr-enable-fileProxy

Desktop: enable useSnodeProxy and useSealedSender feature flag
pull/752/head
Ryan Tharp 5 years ago committed by GitHub
commit 5ace897e03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -501,8 +501,8 @@ window.SMALL_GROUP_SIZE_LIMIT = 10;
window.lokiFeatureFlags = { window.lokiFeatureFlags = {
multiDeviceUnpairing: true, multiDeviceUnpairing: true,
privateGroupChats: true, privateGroupChats: true,
useSnodeProxy: false, useSnodeProxy: true,
useSealedSender: false, useSealedSender: true,
}; };
// eslint-disable-next-line no-extend-native,func-names // eslint-disable-next-line no-extend-native,func-names

Loading…
Cancel
Save