-
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
[HOLD for payment 2024-01-17] [$500] Threads - When deleting the last unread message, the "New" marker appears for a second #31637
Comments
Job added to Upwork: https://www.upwork.com/jobs/~01e466a8c7c7ded031 |
Triggered auto assignment to @zanyrenney ( |
Bug0 Triage Checklist (Main S/O)
|
Triggered auto assignment to Contributor-plus team member for initial proposal review - @ArekChr ( |
This issue fixed here: #21557. |
ProposalPlease re-state the problem that we are trying to solve in this issue.Having multiple unread messages, and removing all of them, the unread line disappears with delay. What is the root cause of that problem?We update the unread marker of the last report action only after the action is actually deleted – when the API response comes. But the action gets hidden right after the API call was initiated – when it has Therefore, the marker is briefly visible under the "invisible" last removed action while the API request is running. What changes do you think we should make in order to solve the problem?We should hide the marker not when the action delete API call was completed, but at the moment it was initiated. For this, in the if (!isOffline && reportAction.pendingAction === CONST.RED_BRICK_ROAD_PENDING_ACTION.DELETE) {
return false;
} App/src/pages/home/report/ReportActionsList.js Lines 334 to 354 in 8bb02a4
Result:unread-indicator-compressed.mp4What alternative solutions did you explore? (Optional) |
This issue was addressed here #30485 (comment) |
Self assigning as it is related to marker |
Dupe of #25606 |
Closing as this is a dupe! |
Reopening this issue as another issue was closed and there are some proposals and discussion here |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@ArekChr any thoughts on the proposals from paultsimura and s-alves10 in another PR |
As previously discussed, we agreed to address this issue in a separate PR. I've reviewed the solution provided by @s-alves10 in PR #30485 and it solves the bug. Given that @s-alves10 has already developed a working fix, I think we should go ahead with this approach. 🎀 👀 🎀 C+ reviewed |
Current assignee @MonilBhavsar is eligible for the choreEngineerContributorManagement assigner, not assigning anyone new. |
Thanks! Looks good, since we're updating ReportActionsUtils.ts, let's make sure we don't add any regression. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.13-8 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 2023-12-26. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
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:
|
This has caused regression. We're working on a fix |
@ArekChr, @MonilBhavsar, @zanyrenney, @s-alves10 Eep! 4 days overdue now. Issues have feelings too... |
PR is in review |
Not paying out yet due to regression. |
@MonilBhavsar can you let me know when the regression is resolved for payout please? |
PR is deployed to production yesterday. I'll add seven days and update the title |
not overdue yet, waiting for regression 7 day period. |
*Payment summary @ArekChr does not require payment (Contractor) |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 1.4.1.5
Reproducible in staging?: y
Reproducible in production?: y
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
Action Performed:
Expected Result:
The new marker disappears with no delay
Actual Result:
The new marker disappears after a delay
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6285667_1700579957504.test5_newMarker.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: