-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrectly calculated offset for loading new items #774
Labels
Comments
Merged
niol
added a commit
to niol/selfoss
that referenced
this issue
Jan 2, 2017
- slightly better performance - easier to read than extra explicitely requested entries for fixing fossar#774
jtojnar
pushed a commit
that referenced
this issue
Feb 5, 2017
jtojnar
pushed a commit
that referenced
this issue
Feb 5, 2017
- slightly better performance - easier to read than extra explicitely requested entries for fixing #774
niol
added a commit
to niol/selfoss
that referenced
this issue
Feb 6, 2017
niol
added a commit
to niol/selfoss
that referenced
this issue
Feb 6, 2017
- slightly better performance - easier to read than extra explicitely requested entries for fixing fossar#774
jtojnar
pushed a commit
that referenced
this issue
Feb 12, 2017
- slightly better performance - easier to read than extra explicitely requested entries for fixing #774
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you mark some source items as read and then scroll down to load more, it loads items with the same offset as if you did not read anything, causing some items to be skipped.
The offset when loading new items should be decreased by the number of items marked as read.
The text was updated successfully, but these errors were encountered: