mirror of https://github.com/vector-im/riot-web
Merge pull request #14603 from vector-im/travis/room-list/rm-old
Remove labs info for the new room listpull/14673/head
commit
223e55de44
17
docs/labs.md
17
docs/labs.md
|
@ -94,20 +94,3 @@ adds an ability for end users to add themes themselves by using a URL to the JSO
|
|||
theme definition.
|
||||
|
||||
For some sample themes, check out [aaronraimist/riot-web-themes](https://github.com/aaronraimist/riot-web-themes).
|
||||
|
||||
## New room list
|
||||
|
||||
A complete rewrite of the room list is underway to increase performance, stability,
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue