mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
This isn't a setting any more, just a regular ol' config option
This commit is contained in:
parent
ba45b47240
commit
3803a5ece1
1 changed files with 0 additions and 4 deletions
|
@ -398,10 +398,6 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
|
||||
default: null,
|
||||
},
|
||||
"voip_mxid_translate_pattern": {
|
||||
supportedLevels: LEVELS_UI_FEATURE, // not a UI feature, but same level (config only, maybe .well-known in future)
|
||||
default: null,
|
||||
},
|
||||
"language": {
|
||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
|
||||
default: "en",
|
||||
|
|
Loading…
Reference in a new issue