botpress / messaging

Botpress messaging server
42 stars 37 forks source link

feat(webchat): allow to react on message click #521

Closed laurentlp closed 2 years ago

laurentlp commented 2 years ago

This PR allows the developer to react to message click on the webchat. When a user clicks on any message, an event (messageClicked) is sent to the parent windows (the HTML page that embeds the webchat) that contains the message details.