RocketChat / Rocket.Chat.Apps-engine

The Rocket.Chat Apps engine and definitions.

Home Page:https://rocketchat.github.io/Rocket.Chat.Apps-engine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reactions field inconsistency

kbrianps opened this issue · comments

Hi,

I'm creating a bot and I've realise that reactions field behavior is bit problematic.

Reactions field, as have been implemented, become a message object property when someone react and it's been deleted when someone unreact (undo your reaction). There's no signal that indicates a reaction have been removed. It's expected to reactions still exist (even empty or as 0), as other properties.

This turns the use of Message Object properties difficult, seems it's inconsistent.