diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-08-16 08:06:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 08:06:17 -0400 |
commit | 7de445161f2fec115ce8518cde7a3b333a611f16 (patch) | |
tree | d70eaed185b3d5034ca8e2e7231fa5e491eee97f /changelog.d | |
parent | Handle string read receipt data (#10606) (diff) | |
download | synapse-7de445161f2fec115ce8518cde7a3b333a611f16.tar.xz |
Support federation in the new spaces summary API (MSC2946). (#10569)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10569.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10569.feature b/changelog.d/10569.feature new file mode 100644 index 0000000000..ffc4e4289c --- /dev/null +++ b/changelog.d/10569.feature @@ -0,0 +1 @@ +Add pagination to the spaces summary based on updates to [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946). |