summary refs log tree commit diff
path: root/changelog.d/10549.feature
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-08-10 13:08:17 -0400
committerGitHub <noreply@github.com>2021-08-10 13:08:17 -0400
commitfe1d0c86180ea025dfb444597c7ad72b036bbb10 (patch)
treea2248e3c7a1f3a1e4f88b59927317d3184cc42d8 /changelog.d/10549.feature
parentFix an edge-case with invited rooms over federation in the spaces summary. (#... (diff)
downloadsynapse-fe1d0c86180ea025dfb444597c7ad72b036bbb10.tar.xz
Add local support for the new spaces summary endpoint (MSC2946) (#10549)
This adds support for the /hierarchy endpoint, which is an
update to MSC2946. Currently this only supports rooms known
locally to the homeserver.
Diffstat (limited to 'changelog.d/10549.feature')
-rw-r--r--changelog.d/10549.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10549.feature b/changelog.d/10549.feature
new file mode 100644
index 0000000000..ffc4e4289c
--- /dev/null
+++ b/changelog.d/10549.feature
@@ -0,0 +1 @@
+Add pagination to the spaces summary based on updates to [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946).