Chat
Chat copied to clipboard
Seeking Advice: How to delete selected chat message
I am willing to implement delete the selected message. Is there any way we can do in the current implementation.
Hey @avinashsingh1987, you can add a custom message menu action "delete" (see CommentsExampleView in ChatExample project), delete the message on your BE in the handler and simply refresh messages array after deleting