daniel-sc / rocketchat-modern-client

Client SDK for https://rocket.chat employing reactive style.
MIT License
11 stars 11 forks source link

Messages appear to be resent twice when an emoji is attached #11

Closed GJKrupa closed 4 years ago

GJKrupa commented 4 years ago

I've implemented a bot with slash commands using the library but found that when someone attached an emoji to one of the command messages, the command then executed twice more. There appears to be no data in the ChatMessage class to indicate if the message was a new one, an edit or the attachment of an emoji.

daniel-sc commented 4 years ago

Hi @GJKrupa, this should be resolved with v0.1.2 - thanks for your contribution!