diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-08-17 08:19:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 08:19:12 -0400 |
commit | c4cf0c047329e125f0940281fd53688474d26581 (patch) | |
tree | c32a5516d528371ee7bab131de5cb2c1daa96cca /changelog.d | |
parent | Make `PeriodicallyFlushingMemoryHandler` the default logging handler. (#10518) (diff) | |
download | synapse-c4cf0c047329e125f0940281fd53688474d26581.tar.xz |
Attempt to pull from the legacy spaces summary API over federation. (#10583)
If the new /hierarchy API does not exist on all destinations, fallback to querying the /spaces API and translating the results. This is a backwards compatibility hack since not all of the federated homeservers will update at the same time.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10583.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10583.feature b/changelog.d/10583.feature new file mode 100644 index 0000000000..ffc4e4289c --- /dev/null +++ b/changelog.d/10583.feature @@ -0,0 +1 @@ +Add pagination to the spaces summary based on updates to [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946). |