ManageEventIndex: Rename the enable crawler setting.
This commit is contained in:
parent
9bee024da7
commit
4953f32cba
2 changed files with 3 additions and 3 deletions
|
@ -491,9 +491,9 @@ export const SETTINGS = {
|
|||
displayName: _td("How long should the crawler wait between requests"),
|
||||
default: 3000,
|
||||
},
|
||||
"enableCrawling": {
|
||||
"enableEventIndexing": {
|
||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
|
||||
displayName: _td("How long should the crawler wait between requests"),
|
||||
displayName: _td("Enable message search in encrypted rooms"),
|
||||
default: true,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue