|
|
|
@ -51,9 +51,9 @@ window.getUserKeys = async () => {
|
|
|
|
|
window.sessionFeatureFlags = {
|
|
|
|
|
useOnionRequests: true,
|
|
|
|
|
useTestNet: isTestNet() || isTestIntegration(),
|
|
|
|
|
useClosedGroupV2: false, // TODO DO NOT MERGE Remove after QA
|
|
|
|
|
useClosedGroupV2: true, // TODO DO NOT MERGE Remove after QA
|
|
|
|
|
forceLegacyGroupsDeprecated: false, // TODO DO NOT MERGE Remove after QA
|
|
|
|
|
useClosedGroupV2QAButtons: true, // TODO DO NOT MERGE Remove after QA
|
|
|
|
|
useClosedGroupV2QAButtons: false, // TODO DO NOT MERGE Remove after QA
|
|
|
|
|
replaceLocalizedStringsWithKeys: false,
|
|
|
|
|
debug: {
|
|
|
|
|
debugLogging: !_.isEmpty(process.env.SESSION_DEBUG),
|
|
|
|
|