diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2022-01-20 11:03:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 11:03:42 +0000 |
commit | af13a3be29dd2d84d9255f8e613ca70c16819436 (patch) | |
tree | b80cdd284d406b30b8db17cb4f7fb8bf3fcb3ac6 /changelog.d | |
parent | Comments and typing for `_update_outliers_txn` (#11776) (diff) | |
download | synapse-af13a3be29dd2d84d9255f8e613ca70c16819436.tar.xz |
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.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11775.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11775.bugfix b/changelog.d/11775.bugfix new file mode 100644 index 0000000000..2c548dbf30 --- /dev/null +++ b/changelog.d/11775.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where space hierarchy over federation would only work correctly some of the time. |