diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-03-23 11:51:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 11:51:12 +0000 |
commit | 4ecba9bd5cb9c094da864d05e3a10456c30bc409 (patch) | |
tree | aef06404493f87a17c1c57513a30fd93a6e75e20 /changelog.d | |
parent | Import HomeServer from the proper module. (#9665) (diff) | |
download | synapse-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.feature | 1 |
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. |