diff options
author | Travis Ralston <travisr@matrix.org> | 2022-01-05 13:33:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-05 20:33:43 +0000 |
commit | feb3e006d7b75d523018980b03a8a827a8440a86 (patch) | |
tree | b272cb00f7311836a36d4c38df80a7c1a47ce254 /changelog.d | |
parent | Fix get federation status of destination if no error occured (#11593) (diff) | |
download | synapse-feb3e006d7b75d523018980b03a8a827a8440a86.tar.xz |
Fix space hierarchy endpoint to match MSC2946 (#11667)
Fixes minor discrepancies between the /hierarchy endpoint described in MSC2946 and the implementation. Note that the changes impact the stable and unstable /hierarchy and unstable /spaces endpoints for both client and federation APIs.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11667.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11667.bugfix b/changelog.d/11667.bugfix new file mode 100644 index 0000000000..bf65fd4c8b --- /dev/null +++ b/changelog.d/11667.bugfix @@ -0,0 +1 @@ +Fix `/_matrix/client/v1/room/{roomId}/hierarchy` endpoint returning incorrect fields which have been present since Synapse 1.49.0. |