Fix home vs all rooms requiring app reload and change default to home
Consolidate ALL_ROOMS and HOME_SPACE storage Fix behaviour when recalled room is no longer part of the target space Improve tests
This commit is contained in:
@@ -187,8 +187,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
||||
"feature_spaces.all_rooms": {
|
||||
displayName: _td("Show all rooms in Home"),
|
||||
supportedLevels: LEVELS_FEATURE,
|
||||
default: true,
|
||||
controller: new ReloadOnChangeController(),
|
||||
default: false,
|
||||
},
|
||||
"feature_dnd": {
|
||||
isFeature: true,
|
||||
|
||||
Reference in New Issue
Block a user