summary refs log tree commit diff
path: root/changelog.d/11775.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug that corrupted the cache of federated space hierarchies (#11775)Sean Quah2022-01-201-0/+1
`FederationClient.get_room_hierarchy()` caches its return values, so refactor the code to avoid modifying the returned room summary.