Unintnetional commit (again)

This commit is contained in:
David Baker 2021-01-13 14:54:12 +00:00
parent ac7f86cf65
commit ea31d5821b

View file

@ -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",