Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app.bsky.feed.getTimeline cursors stop working #3334

Open
seboslaw opened this issue Jan 7, 2025 · 0 comments
Open

app.bsky.feed.getTimeline cursors stop working #3334

seboslaw opened this issue Jan 7, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@seboslaw
Copy link

seboslaw commented Jan 7, 2025

Describe the bug

In my app I'm trying to save the user's scroll position in the timeline between app launches. But when trying to re-issue a saved cursor request to app.bsky.feed.getTimeline like https://porcini.us-east.host.bsky.network/xrpc/app.bsky.feed.getTimeline?cursor=2025-01-06T14:04:52.233Z&limit=30 (using a new accessToken) the backend suddenly returns an empty feed (when it did return items the last time the app was active). My guess is that the API will only let me query the timeline so far into the past. So if this is not a bug, please consider it a feature request.

To Reproduce

Steps to reproduce the behavior:

  1. Do a request to getTimeline and save the request string
  2. Repeat the request the next day (using a refreshed accessToken)

Expected behavior

I would expect to get the exact same results I got when I last issued the request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant