Description
After unfollowing a user who appears as the last tweet in the timeline, the client is unable to fetch new tweets and gets stuck in an infinite loop or receives a 403 error.
Steps to Reproduce
- Log in and fetch the timeline - everything works normally
- Unfollow a person whose tweet is currently the last one in the timeline
- The client attempts to fetch new tweets using the saved
since_id
- The Bridge either returns a 403 (missing
since_id in the database) or the client enters a loop trying to reach the end of the friends timeline
Expected Behavior
The client should be able to continue fetching new tweets normally after unfollowing someone, without the invalidated since_id causing problems
Description
After unfollowing a user who appears as the last tweet in the timeline, the client is unable to fetch new tweets and gets stuck in an infinite loop or receives a 403 error.
Steps to Reproduce
since_idsince_idin the database) or the client enters a loop trying to reach the end of the friends timelineExpected Behavior
The client should be able to continue fetching new tweets normally after unfollowing someone, without the invalidated
since_idcausing problems