RocketChat / EmbeddedChat

An easy to use full-stack component (ReactJS) embedding Rocket.Chat into your webapp
https://www.npmjs.com/package/@embeddedchat/react
107 stars 214 forks source link

Fixed the unexpected appearance of the new messages notification on pinning and starring messages #545

Closed Yashraj7890 closed 2 months ago

Yashraj7890 commented 2 months ago

Just added a simple fix which checks the message object and only triggers the popup if a new message is received from any other user.

https://github.com/RocketChat/EmbeddedChat/assets/98230836/16d5999e-3f16-4a28-b110-cd57039aef66

Fixes #544