File tree 2 files changed +14
-4
lines changed
2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,19 @@ theme definition.
100
100
101
101
For some sample themes, check out [ aaronraimist/riot-web-themes] ( https://github.com/aaronraimist/riot-web-themes ) .
102
102
103
- ## New room list ( ` feature_new_room_list ` )
103
+ ## New room list
104
104
105
105
A 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.
107
118
Original file line number Diff line number Diff line change 24
24
"feature_dm_verification" : " labs" ,
25
25
"feature_bridge_state" : " labs" ,
26
26
"feature_presence_in_room_list" : " labs" ,
27
- "feature_custom_themes" : " labs" ,
28
- "feature_new_room_list" : " labs"
27
+ "feature_custom_themes" : " labs"
29
28
},
30
29
"piwik" : {
31
30
"url" : " https://piwik.riot.im/" ,
You can’t perform that action at this time.
0 commit comments