Remove user lists feature flag, making it the default

Fixes https://github.com/vector-im/riot-web/issues/11201
This commit is contained in:
Travis Ralston 2020-01-22 21:14:53 -07:00
parent 1fdd155dd2
commit 139b5663fe
2 changed files with 12 additions and 150 deletions

View file

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