Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation and remove labs flag for new room list #14375

Merged
merged 3 commits into from
Jul 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions docs/labs.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,19 @@ theme definition.

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,
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.

3 changes: 1 addition & 2 deletions riot.im/develop/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"feature_dm_verification": "labs",
"feature_bridge_state": "labs",
"feature_presence_in_room_list": "labs",
"feature_custom_themes": "labs",
"feature_new_room_list": "labs"
"feature_custom_themes": "labs"
},
"piwik": {
"url": "https://piwik.riot.im/",
Expand Down