summary refs log tree commit diff
path: root/changelog.d/14866.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.77.0rc1David Robertson2023-02-071-1/+0
|
* Fix paginating /relations with a live token (#14866)Patrick Cloke2023-01-261-0/+1
The `/relations` endpoint was not properly handle "live tokens" (i.e sync tokens), to do this properly we abstract the code that `/messages` has and re-use it.