summary refs log tree commit diff
path: root/changelog.d/17191.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Improve perf of sync device lists" (#17207)Erik Johnston2024-05-161-1/+0
| | | Reverts element-hq/synapse#17191
* Improve perf of sync device lists (#17191)Erik Johnston2024-05-141-0/+1
It's almost always more efficient to query the rooms that have device list changes, rather than looking at the list of all users whose devices have changed and then look for shared rooms.