summary refs log tree commit diff
path: root/changelog.d/16775.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.99.0rc1Erik Johnston2024-01-091-1/+0
|
* Add recursion_depth to /relations if recursing (#16775)David Baker2024-01-041-0/+1
This is an extra response parameter just added to MSC3981. In the current impl, the recursion depth is always 3, so this just returns a static 3 if the recurse parameter is supplied.