Checklist
Which category best fits this error?
Feed Sync
App version
0.16.1
Reproduction steps
Google Reader account pointing to a self-hosted Miniflux instance (via its Google Reader API).
Steps to reproduce
- Open the unread list - e.g. 515 unread.
- Tap Mark all as read -> count drops to 0.
- Open the Miniflux web UI in a browser → still shows ~1699 unread.
- Pull-to-refresh in Read You → count jumps to ~1796 unread.
- Tap Mark all as read again → count drops to 0.
- Pull-to-refresh → count rebounds to ~515; Miniflux web UI shows ~475.
Reported previously in this comment: #1157 (comment)
I will submit pull request that fixes this by using googleReaderAPI.markAllAsRead().
Checklist
Which category best fits this error?
Feed Sync
App version
0.16.1
Reproduction steps
Google Reader account pointing to a self-hosted Miniflux instance (via its Google Reader API).
Steps to reproduce
Reported previously in this comment: #1157 (comment)
I will submit pull request that fixes this by using
googleReaderAPI.markAllAsRead().