You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the other hand, while the documentation of com.atproto.repo.listRecords is not clear about the expected ordering, at least the official Bluesky PDS implementation seems to return the records in descending chronological order by default:
You're right that the XRPC method doesn't seem to require a direction, and it has a reverse parameter, which would probably be more useful to implement than just changing the default direction. I'm going to take the liberty of changing this issue to track implementing that parameter. Hope you don't mind.
snarfed
changed the title
Wrong ordering of records in com.atproto.repo.listRecords?com.atproto.repo.listRecords: implement reverse parameter
Nov 6, 2024
arroba's
com.atproto.repo.listRecords
seems to return the records in ascending chronological order by default:On the other hand, while the documentation of
com.atproto.repo.listRecords
is not clear about the expected ordering, at least the official Bluesky PDS implementation seems to return the records in descending chronological order by default:So, I guess arroba should change the default ordering to descending.
The text was updated successfully, but these errors were encountered: