Tunous / SwipeNews-Issues

Feedback and bug reporting for SwipeNews
7 stars 0 forks source link

Read state isn't completely synchronized #124

Closed kontrastylez closed 6 years ago

kontrastylez commented 6 years ago

If articles are read on Inoreader website, they won't be deleted from offline database with next sync.

Tunous commented 6 years ago

I'm assuming that you are using Inoreader. Is that right?

Notes to self

Inoreader: Right now the app only checks the latest articles and doesn't load further once found existing articles. Need to perform additional requests in order to update the internal database with correct state of older articles.

Feedbin: Should already work correctly but needs additional testing.

kontrastylez commented 6 years ago

Correct, I'm using Inoreader.

kontrastylez commented 6 years ago

Same behaviour for starred articles. If an article is unstarred on Inoreader website, it stays starred in SwipeNews.

Tunous commented 6 years ago

Fixed

Tunous commented 6 years ago

Note that in case of starred articles the API doesn't return correct state after the subscription has been removed. So if you have any starred articles for which the subscription no longer exists then their state won't be synchronized. I don't see any fixes for this situation.