Unread status #16

Closed
opened 2026-09-16 07:27:41 -07:00 by rays · 1 comment
Owner

When moving from one unread item to the next it does not always mark the previous item as unread. Sometimes it marks it read then unread. It should mark it as unread right away and stay unread unless the user tells the item to be marked as unread.

When moving from one unread item to the next it does not always mark the previous item as unread. Sometimes it marks it read then unread. It should mark it as unread right away and stay unread unless the user tells the item to be marked as unread.
rays added the bug label 2026-09-17 13:28:44 -07:00
Author
Owner

Fixed in d7a4a0b, deployed. Cause: a list refresh requested before the mark-read reached the server came back with the old state and put the unread dot back. The page now remembers its own read/unread writes and ignores older state from any refresh sent before the server had them.

Fixed in d7a4a0b, deployed. Cause: a list refresh requested before the mark-read reached the server came back with the old state and put the unread dot back. The page now remembers its own read/unread writes and ignores older state from any refresh sent before the server had them.
rays closed this issue 2026-09-18 05:15:20 -07:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rays/ipodderx-rs#16