summary refs log tree commit diff
path: root/changelog.d/10530.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add local support for the new spaces summary endpoint (MSC2946) (#10549)Patrick Cloke2021-08-101-1/+1
| | | | | This adds support for the /hierarchy endpoint, which is an update to MSC2946. Currently this only supports rooms known locally to the homeserver.
* Update the API response for spaces summary over federation. (#10530)Patrick Cloke2021-08-061-0/+1
This adds 'allowed_room_ids' (in addition to 'allowed_spaces', for backwards compatibility) to the federation response of the spaces summary. A future PR will remove the 'allowed_spaces' flag.