mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-03 20:23:09 -06:00
Update changelog again
This commit is contained in:
parent
e843dba0bf
commit
3e76513381
|
|
@ -7,7 +7,8 @@
|
||||||
* Support for presence has been added
|
* Support for presence has been added
|
||||||
* Presence is not enabled by default
|
* Presence is not enabled by default
|
||||||
* The `global.presence.enable_inbound` and `global.presence.enable_outbound` configuration options allow configuring inbound and outbound presence separately
|
* The `global.presence.enable_inbound` and `global.presence.enable_outbound` configuration options allow configuring inbound and outbound presence separately
|
||||||
* Support for room upgrades via the `/room/{roomID}/upgrade` endpoint has been added
|
* Support for room upgrades via the `/room/{roomID}/upgrade` endpoint has been added (contributed by [DavidSpenler](https://github.com/DavidSpenler), [alexkursell](https://github.com/alexkursell))
|
||||||
|
* Support for ignoring users has been added
|
||||||
* Joined and invite user counts are now sent in the `/sync` room summaries
|
* Joined and invite user counts are now sent in the `/sync` room summaries
|
||||||
* Queued federation and stale device list updates will now be staggered at startup over an up-to 2 minute warm-up period, rather than happening all at once
|
* Queued federation and stale device list updates will now be staggered at startup over an up-to 2 minute warm-up period, rather than happening all at once
|
||||||
* Memory pressure created by the sync notifier has been reduced
|
* Memory pressure created by the sync notifier has been reduced
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue