EventIndex: Hide the feature behind a labs flag.

This commit is contained in:
Damir Jelić 2019-11-19 12:23:49 +01:00
parent 979803797f
commit f776bdcc8b
3 changed files with 13 additions and 1 deletions

View file

@ -120,6 +120,12 @@ export const SETTINGS = {
supportedLevels: LEVELS_FEATURE,
default: false,
},
"feature_event_indexing": {
isFeature: true,
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
displayName: _td("Enable local event indexing and E2EE search (requires restart)"),
default: false,
},
"useCiderComposer": {
displayName: _td("Use the new, faster, composer for writing messages"),
supportedLevels: LEVELS_ACCOUNT_SETTINGS,