diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-08-10 13:08:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-10 13:08:17 -0400 |
commit | fe1d0c86180ea025dfb444597c7ad72b036bbb10 (patch) | |
tree | a2248e3c7a1f3a1e4f88b59927317d3184cc42d8 /changelog.d | |
parent | Fix an edge-case with invited rooms over federation in the spaces summary. (#... (diff) | |
download | synapse-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')
-rw-r--r-- | changelog.d/10527.misc | 2 | ||||
-rw-r--r-- | changelog.d/10530.misc | 2 | ||||
-rw-r--r-- | changelog.d/10549.feature | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/changelog.d/10527.misc b/changelog.d/10527.misc index 3cf22f9daf..ffc4e4289c 100644 --- a/changelog.d/10527.misc +++ b/changelog.d/10527.misc @@ -1 +1 @@ -Prepare for the new spaces summary endpoint (updates to [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946)). +Add pagination to the spaces summary based on updates to [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946). diff --git a/changelog.d/10530.misc b/changelog.d/10530.misc index 3cf22f9daf..ffc4e4289c 100644 --- a/changelog.d/10530.misc +++ b/changelog.d/10530.misc @@ -1 +1 @@ -Prepare for the new spaces summary endpoint (updates to [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946)). +Add pagination to the spaces summary based on updates to [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946). 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). |