Closed jtdaugherty closed 1 year ago
I pushed a patch to improve the behavior described above. Although edits still count as marking a channel "unread," M-l
(the ClearUnreadEvent
) now properly updates the sidebar to reflect that the channel's edits have been viewed. That was the intention before, but we didn't trigger a channel list rebuild when M-l
was pressed. Now we do.
To reproduce:
Actual behavior:
M-l
does not decrement it.Desired behavior:
M-l
causes the unread count to get decremented.