exyte / Chat

A SwiftUI Chat UI framework with fully customizable message cells and a built-in media picker
MIT License
775 stars 117 forks source link

Seeking Advice: How to delete selected chat message #77

Open avinashsingh1987 opened 3 weeks ago

avinashsingh1987 commented 3 weeks ago

I am willing to implement delete the selected message. Is there any way we can do in the current implementation.

f3dm76 commented 3 weeks ago

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