Open tesaguri opened 6 days ago
Interesting find, you're digging deep!
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.
Oh and thanks for filing this in the right repo!
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.