timeline-skip-fix
Compare changes
+ 3
− 2
@@ -146,7 +146,8 @@ const removeStatusFromGlobalStorage = (state, status) => {
@@ -543,7 +544,7 @@ const statuses = {
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.