summary refs log tree commit diff
path: root/changelog.d/14908.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.77.0rc1David Robertson2023-02-071-1/+0
|
* Skip unused calculations in sync handler. (#14908)Patrick Cloke2023-02-021-0/+1
If a sync request does not need to calculate per-room entries & is not generating presence & is not generating device list data (e.g. during initial sync) avoid the expensive calculation of room specific data. This is a micro-optimisation for clients syncing simply to receive to-device information.