0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-29 06:29:26 +02:00
synapse/changelog.d/12175.bugfix
Patrick Cloke ca9234a9eb
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.
2022-03-08 08:09:11 -05:00

2 lines
112 B
Plaintext

Fix a bug where non-standard information was returned from the `/hierarchy` API. Introduced in Synapse v1.41.0.