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
jasonculverhouse
changed the title
When calling app.bsky.feed.getActorFeeds a cursor is returned even though the the feed list cannot be paginated
When calling app.bsky.feed.getActorFeeds a cursor is returned even though the feed list cannot be paginated
Jun 7, 2023
Thanks for the report! This looks like an issue with normalizing the createdAt times during indexing. The cursor is considered accurate, but that result should be omitted from the next page rather than included. Have a PR up with the fix here: #1178.
Describe the bug
When calling app.bsky.feed.getActorFeeds a cursor is returned even though the feed list cannot be paginated
To Reproduce
Steps to reproduce the behavior:
curl 'https://bsky.social/xrpc/app.bsky.feed.getActorFeeds?actor=did:plc:cndfx4udwgvpjaakvxvh7wm5&limit=30'
request the feed (only 2 are present) yet a cursor is returned.
Expected behavior
no
cursor
is present in the response if there are no more results.Details
Additional context
The text was updated successfully, but these errors were encountered: