Run TypeScript tests

There aren't any yet, but I'm about to write a test and it's going
to be in TypeScript and I don't want to lump this change in with
a bunch of other stuff.
This commit is contained in:
David Baker
2021-01-12 17:37:24 +00:00
parent 2d37151750
commit 328d64ac23
3 changed files with 55 additions and 1 deletions

View File

@@ -398,6 +398,10 @@ 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",