Currently, the Bitpart server knows to handle reactions by not responding. However, the CSML interprets a reaction to a message as another message, and so the bot will reply that it does not understand the user's message.
We need to understand how the CSML interprets reaction messages, and if we can add a special case for handling them. Ideally, the bot should not respond to a reaction message via the CSML.
Currently, the Bitpart server knows to handle reactions by not responding. However, the CSML interprets a reaction to a message as another message, and so the bot will reply that it does not understand the user's message.
We need to understand how the CSML interprets reaction messages, and if we can add a special case for handling them. Ideally, the bot should not respond to a reaction message via the CSML.