diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-08-06 07:40:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 07:40:29 -0400 |
commit | f4ade972ada6d61ca9370d26784ac9f3ed8e5282 (patch) | |
tree | 85f83d64e338f99452adccdfb2cb812d0b40aae4 /changelog.d | |
parent | Add a setting to disable TLS for sending email (#10546) (diff) | |
download | synapse-f4ade972ada6d61ca9370d26784ac9f3ed8e5282.tar.xz |
Update the API response for spaces summary over federation. (#10530)
This adds 'allowed_room_ids' (in addition to 'allowed_spaces', for backwards compatibility) to the federation response of the spaces summary. A future PR will remove the 'allowed_spaces' flag.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10530.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10530.misc b/changelog.d/10530.misc new file mode 100644 index 0000000000..3cf22f9daf --- /dev/null +++ b/changelog.d/10530.misc @@ -0,0 +1 @@ +Prepare for the new spaces summary endpoint (updates to [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946)). |