diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-03-24 12:45:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-24 12:45:39 +0000 |
commit | c73cc2c2ad7244a0080f35d9710cedfe11917e69 (patch) | |
tree | f7ee7c045271ff17e2a2cc7ecc5600fafa221a88 /changelog.d | |
parent | docs: fallback/web endpoint does not appear to be mounted on workers (#9679) (diff) | |
download | synapse-c73cc2c2ad7244a0080f35d9710cedfe11917e69.tar.xz |
Spaces summary: call out to other servers (#9653)
When we hit an unknown room in the space tree, see if there are other servers that we might be able to poll to get the data. Fixes: #9447
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9653.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9653.feature b/changelog.d/9653.feature new file mode 100644 index 0000000000..2f7ccedcfb --- /dev/null +++ b/changelog.d/9653.feature @@ -0,0 +1 @@ +Add initial experimental support for a "space summary" API. |