summary refs log tree commit diff
path: root/changelog.d/14263.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.75.0rc1David Robertson2023-01-101-1/+0
|
* Use the room type from stats in hierarchy response. (#14263)Patrick Cloke2022-12-131-0/+1
This avoids pulling additional state information (and events) from the database for each item returned in the hierarchy response. The room type might be out of date until a background update finishes running, the worst impact of this would be spaces being treated as rooms in the hierarchy response. This should self-heal once the background update finishes.