-
Notifications
You must be signed in to change notification settings - Fork 324
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
Giphy type messages are not getting deleted #2634
Comments
Hey @hareshmabbly, we were not able to reproduce this issue on our end. Do you have any additional customization that might be interrupting with the behaviour? |
Simulator.Screen.Recording.-.iPhone.14.-.2023-03-22.at.10.50.28.mp4 |
@khushal87 please try to add atleast 5 giphy and then delete like 3rd any 4th i am 100% if you playaround with giphys for like 10 minutes and delete and add then you will this bug also i sent video to get stream support team. |
Playing with giphy for the last 10 minutes and still couldn't reproduce this issue. Tried the same as you suggested with 5 giphy but that too works. |
Do you have offline support enabled? @hareshmabbly |
@khushal87 no we don't have |
Can you share the video or may be the support ticket number where you have shared your concerns? |
35427 this is the support ticket number Untitled.mp4 |
Did you have an active internet connection at that time, it might be a case that the message wasn't deleted at all because of a network issue? |
@khushal87 yes internet connection was stable and it was posted by our QA team and then i was also able to reproduce it. |
You also face this issue with React SDK, right? Asking, since you have mentioned it in your issue desc. |
Yes you are right same issue on react and thats why i thing i this issue is there then its from backend see when i get message list in that i don't get property deleted_at and also type of message is not delete also. |
@khushal87 do we have any update on this ? |
@hareshmabbly we're still looking into this, please follow this issue for future updates. |
@hareshmabbly can you please add a logger- see precisely how in our docs. Please send us the logs gathered while the issue is reproduced. |
logs.txt You could try same using postman api and as far as i understand it might have something to do with message listing api. Please let me if anything else needed from my side |
Hey @hareshmabbly, please upgrade our SDK version. That might help. We are still not able to reproduce this issue. |
Describe the bug
In message listing screen when we try to delete giphy type of message it is getting deleted but when you go back to channel list and come back again to same message list screen then you will able to see that deleted giphy again. And if we try to delete that
giphy message again then we are getting error message from stream that then message is already deleted. I thing there is some issue with deleted_at and message.type because if you are in message listing screen and then delete the giphy message then we are getting value of delete_at and also message type is getting change to deleted but when you go back to channel list and from there come back again to channel you won't have that deleted_at and message.type value = deleted and that's why its showing giphy again.
Dev environment info (please complete/provide the following information):
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Giphy should not be shown after deleting giphy message
The text was updated successfully, but these errors were encountered: