mirror of
https://github.com/element-hq/synapse.git
synced 2026-07-03 11:12:41 +00:00
75ee23a16b
Currently the `/summary` endpoint on the client and federation APIs does not include the allowed_room_ids field, that is present on the /hierarchy API. This is required by the 1.15 spec and this is what this PR does. Complement test: https://github.com/matrix-org/complement/pull/873 Part of https://github.com/element-hq/synapse/issues/18731