-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[WAITING ON #40059][$250] Conversation - Deleted message reappears when reopening the conversation #39521
Comments
Triggered auto assignment to @johncschuster ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Conversation - Deleted message reappears when reopening the conversation What is the root cause of that problem?It is regression after this changes. With the current implementation it will only delete the report action if it is a parent action of some thread ( with other words the report action has child report ). Otherwise here we remove It would be better to know in what cases we should prevent a request from being sent to the server before proposing a solution. But at this stage I will still offer two different options. What changes do you think we should make in order to solve the problem?looking at
What alternative solutions did you explore? (Optional)Remove |
@johncschuster Huh... This is 4 days overdue. Who can take care of this? |
Job added to Upwork: https://www.upwork.com/jobs/~011225f8750b0176de |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @ishpaul777 ( |
Contributor details |
✅ Contributor details stored successfully. Thank you for contributing to Expensify! |
ProposalPlease re-state the problem that we are trying to solve in this issue.Deleted message reappears on the chat after closing it and reopening it What is the root cause of that problem?In here, we always include the current command in the list of conflicting commands, if the report action is not a parent report action. The intention here was that if the report action is an optimistic one, and we delete the report action, it will clear all the commands related to that report action. The "optimistic" report action was never created so we don't have to create the report action, neither do we need to delete that report action. All we need to do in that case is to clear all the commands (listed here) and also clear the report action in Onyx. But the problem here is that the report action in our case is not optimistic, it's an already-created report action. We're still omitting the DELETE_COMMENT command for this report action, leading to it not being deleted. What changes do you think we should make in order to solve the problem?We can update this to
So it will not include the current delete command in the "conflicting commands" list if the report action is not optimistic. This means an already-created report action will always be deleted properly in the back-end. What alternative solutions did you explore? (Optional)Do not include |
@ishpaul777 can you review the above proposals? |
I could not reproduce the issue, but i have a feeling that this PR should handle it #40059, i am subscribed to the PR will retest once its merged Screen.Recording.2024-04-15.at.12.26.14.AM.mov |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
Thanks for the update, @ishpaul777! @MelvinBot, this isn't overdue. We're waiting on #40059 to get merged. |
@johncschuster @ishpaul777 this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what's blocking us from getting this issue assigned? Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks! |
Issue not reproducible during KI retests. (First week) |
Seems like another PR might fixed it #40180, I am not able to reproduce as well (i was not even before lol) @johncschuster Can you please retest and close if the issue is fixed. |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@johncschuster, @ishpaul777 Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
gentle bump @johncschuster |
Sorry I missed this, @ishpaul777! I'll ask for a retest on this. |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@johncschuster, @ishpaul777 Whoops! This issue is 2 days overdue. Let's get this updated quick! |
waiting for a retest from QA team |
Issue not reproducible during KI retests. (First week) |
@johncschuster @ishpaul777 this issue is now 4 weeks old, please consider:
Thanks! |
i think we can close this @johncschuster 😄 |
Issue not reproducible during KI retests. (Third week) Good to close? |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
gentle bump @johncschuster : ) |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 1.4.59
Reproducible in staging?: Y
Reproducible in production?: Y
**If this was caught during regression testing, add the test name, ID and link from TestRail:**N/A
Issue reported by: Applause - Internal Team
Action Performed:
website.
Expected Result:
Deleted message shouldn´t reappear after closing and reopening the conversation
Actual Result:
Deleted message reappears on the chat after closing it and reopening it
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6434653_1711994994698.Delete.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: