summary refs log tree commit diff
path: root/changelog.d/11695.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.51.0rc1Olivier Wilkinson (reivilibre)2022-01-211-1/+0
|
* Support spaces with > 50 rooms in the /hierarchy endpoint. (#11695)Patrick Cloke2022-01-071-0/+1
By returning all of the m.space.child state of the space, not just the first 50. The number of rooms returned is still capped at 50. For the federation API this implies that the requesting server will need to individually query for any other rooms it is not joined to.