diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-03-18 18:24:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-18 18:24:16 +0000 |
commit | 004234f03abad58b2de28abff406391a6d182e48 (patch) | |
tree | 478881df270c2b6e032c71429beaf5047b96e89d /changelog.d | |
parent | Consistently check whether a password may be set for a user. (#9636) (diff) | |
download | synapse-004234f03abad58b2de28abff406391a6d182e48.tar.xz |
Initial spaces summary API (#9643)
This is very bare-bones for now: federation will come soon, while pagination is descoped for now but will come later.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9643.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9643.feature b/changelog.d/9643.feature new file mode 100644 index 0000000000..2f7ccedcfb --- /dev/null +++ b/changelog.d/9643.feature @@ -0,0 +1 @@ +Add initial experimental support for a "space summary" API. |