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
commit 37b75eaf31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.