chore: create groupv2, disable QA buttons

pull/3281/head
Audric Ackermann 2 months ago
parent 16e04551a0
commit a3dacf6cb5
No known key found for this signature in database

@ -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),

Loading…
Cancel
Save