diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-03-08 08:09:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 08:09:11 -0500 |
commit | ca9234a9eba4fba02d8d50e5d5eff079bfaf0ebd (patch) | |
tree | 7c72f823a7cb73fa06166cff9888ff590e354994 /changelog.d | |
parent | Fix incorrect type hints for txredis. (#12042) (diff) | |
download | synapse-ca9234a9eba4fba02d8d50e5d5eff079bfaf0ebd.tar.xz |
Do not return allowed_room_ids from /hierarchy response. (#12175)
This field is only to be used in the Server-Server API, and not the Client-Server API, but was being leaked when a federation response was used in the /hierarchy API.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12175.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12175.bugfix b/changelog.d/12175.bugfix new file mode 100644 index 0000000000..881cb9b76c --- /dev/null +++ b/changelog.d/12175.bugfix @@ -0,0 +1 @@ +Fix a bug where non-standard information was returned from the `/hierarchy` API. Introduced in Synapse v1.41.0. |