Merge branch 'develop' into resynth1943-patch-riot-to-element

This commit is contained in:
J. Ryan Stinnett
2020-07-21 10:20:02 +01:00
committed by GitHub
4 changed files with 7 additions and 68 deletions

View File

@@ -94,19 +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/element-themes](https://github.com/aaronraimist/element-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.