dooboolab-community/hackatalk

Delete messages feature

chloe-codes1 opened this issue · 3 comments

Specify project
Client

Is your feature request related to a problem? Please describe.
Hackatalk does not support deleting messages you've sent.

Describe the solution you'd like
I would like Hackatalk users to delete messages they didn't mean to send or send something to the wrong person

Describe alternatives you've considered

How it works?

  • Click on message you would like to delete
  • Delete button shows up above the message
  • Confirmation modal appears when you hit the Delete button
  • Delete the selected message

Additional context
N/A

It seems deleting message feature is already implemented in server.
See: http://localhost:4000/graphql

deleteMessage(
id: String!
): Message

Yes it looks like you can try to integrate the resolver in client side and test it out!

stale commented

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions.