diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-05-11 12:21:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 12:21:43 -0400 |
commit | f4833e0c062e189fcfd8186fc197d1fc1052814a (patch) | |
tree | 7b70304967d6744df8096277f82b266d81bfc767 /changelog.d | |
parent | Send the `m.room.create` stripped event with invites (support MSC1772). (#9966) (diff) | |
download | synapse-f4833e0c062e189fcfd8186fc197d1fc1052814a.tar.xz |
Support fetching the spaces summary via GET over federation. (#9947)
Per changes in MSC2946, the C-S and S-S APIs for spaces summary should use GET requests. Until this is stable, the POST endpoints still exist. This does not switch federation requests to use the GET version yet since it is newly added and already deployed servers might not support it. When switching to the stable endpoint we should switch to GET requests.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9947.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9947.feature b/changelog.d/9947.feature new file mode 100644 index 0000000000..ce8874f810 --- /dev/null +++ b/changelog.d/9947.feature @@ -0,0 +1 @@ +Update support for [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946): Spaces Summary. |