This PR makes unreadMessageCount be set to zero in the sidebar after scrolling to the end of a channel. There are certainly edge-cases - what to do when viewing a channel with so few messages that it is impossible to scroll comes to mind - but those really are edge-cases. This is a quick fix for typical cases (channels with lots of messages).
This PR makes
unreadMessageCount
be set to zero in the sidebar after scrolling to the end of a channel. There are certainly edge-cases - what to do when viewing a channel with so few messages that it is impossible to scroll comes to mind - but those really are edge-cases. This is a quick fix for typical cases (channels with lots of messages).