matterhorn-chat / matterhorn

A feature-rich Unix terminal client for the Mattermost chat system
BSD 3-Clause "New" or "Revised" License
1.04k stars 76 forks source link

Emoji reactions "linger" after removal #802

Closed RyanGlScott closed 1 year ago

RyanGlScott commented 1 year ago

To reproduce the issue, do the following on the develop branch:

  1. Add a reaction (e.g., :+1) to a comment.
  2. Afterwards, remove the comment's reaction.
  3. View the comment using Ctrl+s followed by v and Tab to go to the Reactions pane.

Despite the fact that the reaction has been removed, it still appears in the Reactions pane, but with a count of 0:

matterhorn

If you quit Matterhorn, restart it, and then go back to the Reactions pane for that comment, the :+1 will have disappeared as expected.

jtdaugherty commented 1 year ago

Thanks for reporting this!

jtdaugherty commented 1 year ago

This is now fixed on develop.