klatka / nc-talk-bot-component

Custom component for Home Assistant to communicate between Home Assistant and Nextcloud Talk
Apache License 2.0
11 stars 0 forks source link

Reply to messages in NC Talk #4

Closed klatka closed 10 months ago

klatka commented 10 months ago

If a message was processed by Home Assistant we could use the reply feature to send "Done":

replyTo | int | The message ID this message is a reply to (only allowed for messages from the same conversation and when the message type is not system or command) -- | -- | --
klatka commented 10 months ago

We now fill the replyTo param with the string (object.id) from the received message we are replying to. The bot message is displayed in the Talk room but does not have the message box with the referenced message above its message.

Seems to be a bug in Nextcloud Talk Bot API.

Update: It was a bug in this component and is going to be fixed now