Skip to content

timeline-skip-fix

Wyatt Benno requested to merge wyatt777/pleroma-fe:timeline-skip-fix into develop

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