summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-03-23 11:51:12 +0000
committerGitHub <noreply@github.com>2021-03-23 11:51:12 +0000
commit4ecba9bd5cb9c094da864d05e3a10456c30bc409 (patch)
treeaef06404493f87a17c1c57513a30fd93a6e75e20 /changelog.d
parentImport HomeServer from the proper module. (#9665) (diff)
downloadsynapse-4ecba9bd5cb9c094da864d05e3a10456c30bc409.tar.xz
Federation API for Space summary (#9652)
Builds on the work done in #9643 to add a federation API for space summaries.

There's a bit of refactoring of the existing client-server code first, to avoid too much duplication.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9652.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9652.feature b/changelog.d/9652.feature
new file mode 100644
index 0000000000..2f7ccedcfb
--- /dev/null
+++ b/changelog.d/9652.feature
@@ -0,0 +1 @@
+Add initial experimental support for a "space summary" API.