summary refs log tree commit diff
path: root/changelog.d/13840.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Properly paginate forward in the /relations API. (#13840)Patrick Cloke2022-09-221-0/+1
This fixes a bug where the `/relations` API with `dir=f` would skip the first item of each page (except the first page), causing incomplete data to be returned to the client.