timeline-skip-fix
fetchPinnedStatuses is resetting the min and max id for the whole timeline. This changes the api query to get the timeline by date, which results in posts being skipped #553 (closed) .
Fix: Ignore resetting the ids when fetching pinned statuses.
Merge request reports
Activity
Thanks, this is a bit of an embarrassing bug we haven't had the time to tackle yet. I think you could change the
isPinned
use into just usingnoIdUpdate
when calling showNewStatuses, it's there for these situations when you don't want the timeline min/max id to update, no need for a new paramGreat! :) I made the change to that variable. @shpuld
mentioned in commit bb8e2b19
Please register or sign in to reply