klatka/nc-talk-bot-component

Reply to messages in NC Talk

Closed this issue · 1 comments

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)

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