fix beta disabled behaviour

This commit is contained in:
Michael Telatynski 2021-04-30 12:42:16 +01:00
parent 042ca65806
commit 2435332d37
3 changed files with 5 additions and 2 deletions

View file

@ -131,6 +131,8 @@ export interface ISetting {
export const SETTINGS: {[setting: string]: ISetting} = {
"feature_spaces": {
isFeature: true,
displayName: _td("Spaces prototype. Incompatible with Communities, Communities v2 and Custom Tags. " +
"Requires compatible homeserver for some features."),
supportedLevels: LEVELS_FEATURE,
default: false,
controller: new ReloadOnChangeController(),