Add feature flag

This commit is contained in:
Half-Shot 2019-12-09 13:28:43 +00:00
parent d9943754f7
commit 7ee5f7ba38
3 changed files with 11 additions and 2 deletions

View file

@ -154,6 +154,12 @@ export const SETTINGS = {
displayName: _td("Enable local event indexing and E2EE search (requires restart)"),
default: false,
},
"feature_bridge_state": {
isFeature: true,
supportedLevels: LEVELS_FEATURE,
displayName: _td("Show info about bridges in room settings"),
default: false,
},
"useCiderComposer": {
displayName: _td("Use the new, faster, composer for writing messages"),
supportedLevels: LEVELS_ACCOUNT_SETTINGS,