Remove user lists feature flag, making it the default
Fixes https://github.com/vector-im/riot-web/issues/11201
This commit is contained in:
parent
1fdd155dd2
commit
139b5663fe
2 changed files with 12 additions and 150 deletions
|
@ -128,12 +128,6 @@ export const SETTINGS = {
|
|||
supportedLevels: LEVELS_FEATURE,
|
||||
default: false,
|
||||
},
|
||||
"feature_ftue_dms": {
|
||||
isFeature: true,
|
||||
displayName: _td("New invite dialog"),
|
||||
supportedLevels: LEVELS_FEATURE,
|
||||
default: false,
|
||||
},
|
||||
"feature_presence_in_room_list": {
|
||||
isFeature: true,
|
||||
displayName: _td("Show a presence dot next to DMs in the room list"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue