Add cross-signing feature flag

Fixes https://github.com/vector-im/riot-web/issues/11407
This commit is contained in:
J. Ryan Stinnett
2019-11-18 16:06:00 +00:00
parent 854b5a7af5
commit 50cccd3212
3 changed files with 17 additions and 0 deletions
+6
View File
@@ -146,6 +146,12 @@ export const SETTINGS = {
supportedLevels: LEVELS_FEATURE,
default: false,
},
"feature_cross_signing": {
isFeature: true,
displayName: _td("Enable cross-signing to verify per-user instead of per-device"),
supportedLevels: LEVELS_FEATURE,
default: false,
},
"useCiderComposer": {
displayName: _td("Use the new, faster, composer for writing messages"),
supportedLevels: LEVELS_ACCOUNT_SETTINGS,