reaction webhook for bots #14267
Labels
1. to develop
enhancement
feature: api 🛠️
OCS API for conversations, chats and participants
feature: bots 🤖
/commands in chat messages
good first issue
papercut
Milestone
How to use GitHub
Feature request
Which Nextcloud Version are you currently using: (see administration page)
Nextcloud Hub 9 (30.0.5)
Is your feature request related to a problem? Please describe.
I am building a bot which should be able to respond to message reactions.
Describe the solution you'd like
Send a response similar to
reaction_revoked
, which works great. e.g.Describe alternatives you've considered
Poll the
/reaction/{token}/{messageId}
GET endpoint, but that creates unnecessary load.Additional context
I tried adding the following to ReactionManager.php, but along with the webhook request to the bot it also writes the JSON message to the chat...
The text was updated successfully, but these errors were encountered: