File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,19 @@ theme definition.
100100
101101For some sample themes, check out [ aaronraimist/riot-web-themes] ( https://github.com/aaronraimist/riot-web-themes ) .
102102
103- ## New room list ( ` feature_new_room_list ` )
103+ ## New room list
104104
105105A complete rewrite of the room list is underway to increase performance, stability,
106- and general usability. This is still rapidly changing, but feel free to give it a test.
106+ and general usability.
107+
108+ In the event the new room list needs to be disabled, add this to your config.json:
109+ ``` json
110+ {
111+ "settingDefaults" : {
112+ "feature_new_room_list" : false
113+ }
114+ }
115+ ```
116+
117+ ** Note** : In a future release the new room list will not be optional.
107118
Original file line number Diff line number Diff line change 2424 "feature_dm_verification" : " labs" ,
2525 "feature_bridge_state" : " labs" ,
2626 "feature_presence_in_room_list" : " labs" ,
27- "feature_custom_themes" : " labs" ,
28- "feature_new_room_list" : " labs"
27+ "feature_custom_themes" : " labs"
2928 },
3029 "piwik" : {
3130 "url" : " https://piwik.riot.im/" ,
You can’t perform that action at this time.
0 commit comments