Unread status #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.