mirror of https://github.com/vector-im/riot-web
Merge pull request #14375 from vector-im/travis/room-list/enable
Update documentation and remove labs flag for new room listpull/14472/head
commit
c94f55ecaf
15
docs/labs.md
15
docs/labs.md
|
@ -100,8 +100,19 @@ theme definition.
|
||||||
|
|
||||||
For some sample themes, check out [aaronraimist/riot-web-themes](https://github.com/aaronraimist/riot-web-themes).
|
For some sample themes, check out [aaronraimist/riot-web-themes](https://github.com/aaronraimist/riot-web-themes).
|
||||||
|
|
||||||
## New room list (`feature_new_room_list`)
|
## New room list
|
||||||
|
|
||||||
A complete rewrite of the room list is underway to increase performance, stability,
|
A complete rewrite of the room list is underway to increase performance, stability,
|
||||||
and general usability. This is still rapidly changing, but feel free to give it a test.
|
and general usability.
|
||||||
|
|
||||||
|
In the event the new room list needs to be disabled, add this to your config.json:
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"settingDefaults": {
|
||||||
|
"feature_new_room_list": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
**Note**: In a future release the new room list will not be optional.
|
||||||
|
|
||||||
|
|
|
@ -24,8 +24,7 @@
|
||||||
"feature_dm_verification": "labs",
|
"feature_dm_verification": "labs",
|
||||||
"feature_bridge_state": "labs",
|
"feature_bridge_state": "labs",
|
||||||
"feature_presence_in_room_list": "labs",
|
"feature_presence_in_room_list": "labs",
|
||||||
"feature_custom_themes": "labs",
|
"feature_custom_themes": "labs"
|
||||||
"feature_new_room_list": "labs"
|
|
||||||
},
|
},
|
||||||
"piwik": {
|
"piwik": {
|
||||||
"url": "https://piwik.riot.im/",
|
"url": "https://piwik.riot.im/",
|
||||||
|
|
Loading…
Reference in New Issue