1 parent 81f8a81 commit 28b5b0bCopy full SHA for 28b5b0b
1 file changed
docs/labs.md
@@ -100,10 +100,21 @@ theme definition.
100
101
For some sample themes, check out [aaronraimist/riot-web-themes](https://github.com/aaronraimist/riot-web-themes).
102
103
-## New room list (`feature_new_room_list`)
+## New room list
104
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.
+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.
118
119
## IRC message layout (`feature_irc_ui`)
120
0 commit comments