nilsbraden / ttrss-reader-fork

An Android-Client for the self-hosted Tiny Tiny RSS feedreader
https://www.nilsbraden.de/TTRSS-Reader/
152 stars 41 forks source link

mark as read marks articles that have never been seen #365

Closed jr4 closed 5 years ago

jr4 commented 6 years ago

Mark as read appears to mark everything as read on the server, even things that have never been synced to the client. This includes new articles that have come in, and sometimes much more because there's a 400 article limit on the sync.

jr4 commented 6 years ago

Easiest solution might be to have "mark everything as read" use updateArticle with many IDs instead of catchupFeed. That's essentially my workaround now, it's not too slow.

nilsbraden commented 6 years ago

Is it only 400? Thought I pitched that up to ~1000 a while back. Should do that anyway. But using updateArticles is the better solution here, thats right. Do you want to provide a pull request? I just updated to Oreo and got a cold so I want to spend some time on this project :)