You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user clicks an emoji in the emoji picker that they have already reacted with, nothing happens. The reaction is not removed. However, clicking the same emoji directly on the message correctly toggles the reaction. This inconsistency leads to a confusing user experience
Steps to reproduce:
React to a message using the emoji picker.
Click the same emoji again in the picker → reaction remains, no effect.
Click the same emoji on the message → reaction is correctly removed.
Expected behavior:
Clicking the same emoji in the emoji picker should remove the reaction if the user already reacted, just like clicking the emoji on the message.
Both picker and existing message reactions should follow the same toggle logic.
Video.Project.1.mp4
Actual behavior:
Clicking an emoji in the emoji picker that the user already reacted with has no effect -> the reaction is not removed.
Clicking the same emoji directly on the message toggles correctly (removes reaction)
Description:
When a user clicks an emoji in the emoji picker that they have already reacted with, nothing happens. The reaction is not removed. However, clicking the same emoji directly on the message correctly toggles the reaction. This inconsistency leads to a confusing user experience
Steps to reproduce:
Expected behavior:
Video.Project.1.mp4
Actual behavior:
Video.Project.2.mp4