Skip to content

Commit

Permalink
fix all items when offline synced items less than items per page (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
niol committed Feb 17, 2019
1 parent 8e61a2d commit dec4c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/selfoss-db.js
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ selfoss.dbOffline = {
}


if (seek && !ascOrder && !alwaysInDb
if (!ascOrder && !alwaysInDb
&& entry.datetime < selfoss.dbOffline.newestGCedEntry) {
// the offline db is missing older entries, the next
// seek will have to find them online.
Expand Down

0 comments on commit dec4c4f

Please sign in to comment.