Andris Vilde

Results 3 comments of Andris Vilde

The only way I found was to use a custom activityMiddleware where I draw my own message header and actions. As the web-chat component is written in React, I used...

In our project this was a must have feature. We made a workaround with our Redux store to save last message id (activity.id).In a React component we would check if...