Skip to content

Commit fff29d5

Browse files
committed
Merge remote-tracking branch 'origin/develop' into element
2 parents c135c81 + c94f55e commit fff29d5

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

docs/labs.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,19 @@ theme definition.
100100

101101
For 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

105105
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.
107118

riot.im/develop/config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
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/",

0 commit comments

Comments
 (0)