Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hard delete request fails but message is still deleted #1303

Open
joeporpeglia opened this issue May 16, 2024 · 0 comments
Open

Hard delete request fails but message is still deleted #1303

joeporpeglia opened this issue May 16, 2024 · 0 comments

Comments

@joeporpeglia
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant