-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[HOLD for payment 2024-04-05] [$500] Avatar of user who sent message disappears after deleting comment #38830
Comments
Triggered auto assignment to @anmurali ( |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
Triggered auto assignment to @bondydaa ( |
@bondydaa FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors. |
We think this bug might be related to #vip-vsb |
ProposalPlease re-state the problem that we are trying to solve in this issue.The avatar of user B disappears after deleting a message What is the root cause of that problem?Regression from #30269. Before that PR, we filtered out report actions by Later in What changes do you think we should make in order to solve the problem?I think for evaluating consecutive actions, we should only take into account visible actions. That's also what we've been doing previously (see RCA for code ref). We should use What alternative solutions did you explore? (Optional)Add if (isDeletedAction(previousAction)) {
return false;
} or we can use |
👀 looking into this |
I'm sus of this PR #36747, reverting locally and testing. |
🚫 nope nevermind still reproducible |
heh was probably the big comment linking PR #30269 then 😅 but i don't know that we're going to revert that. I'm going to add external b/c I think the existing proposal makes sense, i'm a little confused how this works without anything checking for if the comment is deleted or not (ie: this should probably happen on production as well but 🤷). |
Job added to Upwork: https://www.upwork.com/jobs/~010d8a4fbe15a51d30 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @Pujan92 ( |
📣 @Pujan92 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app! |
📣 @gijoe0295 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
Great thank you for the discussion and helping get to the bottom of all that 🙇. I think we should still block the deploy for this one since it is pretty bad to have a message from a different user end up getting shown as if it was from the wrong user. |
merged the PR, requesting a CP now. |
@kavimuru can you retest this and confirm it's fixed, CP should have been completed about 40 minutes ago so should be ready on staging. |
Can confirm this does not happen on staging anymore. Removing the blocker label |
PR is on production. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.57-5 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2024-04-05. 🎊 For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
@bondydaa PR was on production 2 weeks ago without any regression. Please handle payment when you have time. |
@anmurali will handle payment |
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
Regression Test Steps
Do you agree 👍 or 👎 ? |
Awaiting @anmurali handling here. |
Paid and added regression test. |
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.56-0
Reproducible in staging?: y
Reproducible in production?: n
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Logs: https://stackoverflow.com/c/expensify/questions/4856
Issue reported by: Applause internal team
Slack conversation:
Action Performed:
and log in as user A
Expected Result:
The avatar of user B is still displayed next to the sent message
Actual Result:
The avatar of user B disappears after deleting a message
Workaround:
unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6423493_1711131226128.Recording__333.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @anmuraliThe text was updated successfully, but these errors were encountered: