-
- Downloads
Fix a bug that corrupted the cache of federated space hierarchies (#11775)
`FederationClient.get_room_hierarchy()` caches its return values, so refactor the code to avoid modifying the returned room summary.
Showing
- changelog.d/11775.bugfix 1 addition, 0 deletionschangelog.d/11775.bugfix
- synapse/federation/federation_client.py 9 additions, 9 deletionssynapse/federation/federation_client.py
- synapse/handlers/room_summary.py 2 additions, 1 deletionsynapse/handlers/room_summary.py
- tests/handlers/test_room_summary.py 90 additions, 2 deletionstests/handlers/test_room_summary.py
Loading
Please register or sign in to comment