Settings: Fix the supportedLevels for event indexing feature.

pull/21833/head
Damir Jelić 2019-11-20 12:31:07 +01:00
parent 2f5b0a9652
commit 0631faf902
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ export const SETTINGS = {
},
"feature_event_indexing": {
isFeature: true,
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
supportedLevels: LEVELS_FEATURE,
displayName: _td("Enable local event indexing and E2EE search (requires restart)"),
default: false,
},