ncarlier / readflow

readflow is a news-reading (or read-it-later) solution focused on versatility and simplicity.
https://about.readflow.app
GNU Affero General Public License v3.0
414 stars 33 forks source link

Ordering condition makes inconsistent 'unread' count #4

Closed athimel closed 5 years ago

athimel commented 5 years ago

Here is my use case :

  1. Open readflow : I have 182 articles to read 1
  2. Invert order to get newest articles first : I still have 182 articles to read 2
  3. Open the any article (Here I take the first one) 4
  4. Mark as read

I'm redirected to the list of articles (which is fine) but :

5

By the way, if I invert the ordering condition, I get the correct unread count (181) and the article is gone !

6

ncarlier commented 5 years ago

Fixed. Is it ok for you?

athimel commented 5 years ago

Perfect, thanks!