stream-chat-js icon indicating copy to clipboard operation
stream-chat-js copied to clipboard

Hard delete request fails but message is still deleted

Open joeporpeglia opened this issue 1 year ago • 0 comments

Steps to reproduce:

  1. Send a message in a channel
  2. After the new message comes back over the websocket, delete it via client.deleteMessage(..., true)

The DELETE request takes a while (~8-10 seconds) and then fails with a 400 response including the error message DeleteMessage failed with error: "Message with id ... doesn't exist"". If I refetch the messages from the channel I see that the message was actually deleted, but no message.deleted event is sent to clients watching the channel.

joeporpeglia avatar May 16 '24 16:05 joeporpeglia