-
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 2023-08-07] [HOLD for payment 2023-08-03] Unread not working on the LHN #23446
Comments
Triggered auto assignment to @stephanieelliott ( |
Bug0 Triage Checklist (Main S/O)
|
ProposalPlease re-state the problem that we are trying to solve in this issue.Unread not working on the LHN. What is the root cause of that problem?If user B received a message from user A, the following code is executed, and then calculate new marker actions. App/src/pages/home/report/ReportActionsView.js Lines 129 to 153 in c779139
In this issue, user B already navigates to another report, but previous report view is not unmounted, and still receive push event. What changes do you think we should make in order to solve the problem?We should add checking whether the report is visible (i.e. the current report) in new action event handler as below. unsubscribeFromNewActionEvent.current = Report.subscribeToNewActionEvent(props.report.reportID, (isFromCurrentUser, newActionID) => {
+ if (Navigation.getTopmostReportId() === props.report.reportID) {
+ return;
+ } What alternative solutions did you explore? (Optional)None. |
Hey @kavimuru can you please clarify the on the repro steps? I'm not sure I understand how to test this:
|
Hi @stephanieelliott , All steps as you mention with step 4, I think you can click chat with Concierge. if not you can create any other report before. |
This was a fire and Hanno has been working on fixing it, pr is raised |
👋 |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.46-2 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-08-03. 🎊 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:
As a reminder, here are the bonuses/penalties that should be applied for any External 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:
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.47-6 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-08-07. 🎊 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:
As a reminder, here are the bonuses/penalties that should be applied for any External 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:
|
We will have to make a regression test for this @namhihi237 Are you able to suggest one please? |
Sure @mountiny Regression Test Steps
|
Thanks! @stephanieelliott could we add this as a regression test please? |
Issue for regression test here: https://github.com/Expensify/Expensify/issues/306359 |
Seems like no payment is due on this issue since it was a regression? Will leave this open for comment for one more day in case payment needs to be made. |
@stephanieelliott i am a reporter but seem i dont have any bonus for this issue? Cc @mountiny |
Thanks @namhihi237, extended the offer to you in Upwork. Summarizing payment on this issue:
Upwork job is here https://www.upwork.com/jobs/~01256709c3bd79ab23 |
Accepted, thanks @stephanieelliott |
Hi @stephanieelliott any update for this. |
Bump on this @stephanieelliott . I see the issue was closed. |
Thanks for the reminder and sorry for the delay @namhihi237, I issued your payment in Upwork! |
Thanks @stephanieelliott |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
in report B marked as unread on LHN, when B does not open the report
Actual Result:
in report B not marked as unread on LHN
Workaround:
Can the user still use Expensify without this being fixed? Have you informed them of the workaround?
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.44-0
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
Notes/Photos/Videos: Any additional supporting documentation
Screen.Recording.2023-07-23.at.21.28.58.mov
Recording.1328.mp4
Expensify/Expensify Issue URL:
Issue reported by: @namhihi237
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1690006349415999
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: