Skip to content
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

[$250] Web/Desktop - Conversation - The email is not displayed when observe from other devices #39554

Closed
3 of 6 tasks
izarutskaya opened this issue Apr 3, 2024 · 17 comments
Closed
3 of 6 tasks
Assignees
Labels
Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 Engineering Internal Requires API changes or must be handled by Expensify staff Reviewing Has a PR in review

Comments

@izarutskaya
Copy link

izarutskaya commented Apr 3, 2024

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: v1.4.59-4
Reproducible in staging?: Y
Reproducible in production?: N
Email or phone of affected tester (no customers): nhut.nguyenminh.it+4@gmail.com
Logs: https://stackoverflow.com/c/expensify/questions/4856
Issue reported by: Applause-Internal team

Action Performed:

Pre-condition: Login account two 2 devices, which we call A and B

  1. Open the app on two devices
  2. At A, search new account and send a message to it
  3. Next, send a message to another conversation or waiting for B's update

Expected Result:

The email display when observed from another device

Actual Result:

The email is not displayed when observe from other devices

Workaround:

Unknown

Platforms:

Which of our officially supported platforms is this issue occurring on?

  • Android: Native
  • Android: mWeb Chrome
  • iOS: Native
  • iOS: mWeb Safari
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

Bug6436627_1712143125440.Screen_Recording_2024-04-03_at_18.09.05.mp4
Bug6436627_1712143125443!Screenshot_2024-04-03_at_18 11 03

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~0178de70068aa79d6d
  • Upwork Job ID: 1775663285261606912
  • Last Price Increase: 2024-04-08
Issue OwnerCurrent Issue Owner: @aldo-expensify
@izarutskaya izarutskaya added DeployBlockerCash This issue or pull request should block deployment Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels Apr 3, 2024
Copy link

melvin-bot bot commented Apr 3, 2024

Triggered auto assignment to @garrettmknight (Bug), see https://stackoverflow.com/c/expensify/questions/14418 for more details.

Copy link

melvin-bot bot commented Apr 3, 2024

Triggered auto assignment to @luacmartins (DeployBlockerCash), see https://stackoverflowteams.com/c/expensify/questions/9980/ for more details.

@github-actions github-actions bot added Engineering Hourly KSv2 and removed Daily KSv2 labels Apr 3, 2024
Copy link
Contributor

github-actions bot commented Apr 3, 2024

👋 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:

  1. Identify the pull request that introduced this issue and revert it.
  2. Find someone who can quickly fix the issue.
  3. Fix the issue yourself.

@izarutskaya
Copy link
Author

@garrettmknight 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.

@izarutskaya
Copy link
Author

Production
IMG_2979

Staging
IMG_2978 (1)

@luacmartins
Copy link
Contributor

I'm gonna demote this to NAB since it's a bit of an edge case where users need to be online in 2 devices at the same time looking at the LHN.

@luacmartins luacmartins added Daily KSv2 External Added to denote the issue can be worked on by a contributor and removed DeployBlockerCash This issue or pull request should block deployment Hourly KSv2 labels Apr 3, 2024
Copy link

melvin-bot bot commented Apr 3, 2024

Job added to Upwork: https://www.upwork.com/jobs/~0178de70068aa79d6d

@melvin-bot melvin-bot bot changed the title Web/Desktop - Conversation - The email is not displayed when observe from other devices [$500] Web/Desktop - Conversation - The email is not displayed when observe from other devices Apr 3, 2024
@melvin-bot melvin-bot bot added the Help Wanted Apply this label when an issue is open to proposals by contributors label Apr 3, 2024
Copy link

melvin-bot bot commented Apr 3, 2024

Triggered auto assignment to Contributor-plus team member for initial proposal review - @getusha (External)

@bernhardoj
Copy link
Contributor

It's a BE issue, the pusher sends the report data but not the personal details.

@melvin-bot melvin-bot bot added the Overdue label Apr 6, 2024
@garrettmknight garrettmknight added Internal Requires API changes or must be handled by Expensify staff and removed External Added to denote the issue can be worked on by a contributor Overdue labels Apr 8, 2024
@melvin-bot melvin-bot bot added the Overdue label Apr 8, 2024
@melvin-bot melvin-bot bot changed the title [$500] Web/Desktop - Conversation - The email is not displayed when observe from other devices [$250] Web/Desktop - Conversation - The email is not displayed when observe from other devices Apr 8, 2024
Copy link

melvin-bot bot commented Apr 8, 2024

Current assignee @getusha is eligible for the Internal assigner, not assigning anyone new.

@garrettmknight
Copy link
Contributor

@luacmartins pinged in the PR that might have caused this. I'll keep monitoring there.

@melvin-bot melvin-bot bot removed the Overdue label Apr 8, 2024
@aldo-expensify
Copy link
Contributor

After investigating a bit, I think it was the removal of ReportAPI:pushNewChat here: https://github.com/Expensify/Web-Expensify/pull/41492/files#diff-226c5d32da881d917aecc36ba4f92b77971699b9ed01f2962c14f05995b939d8L3779-L3809

I thought that function was just pushing the report, but I see now that it is really pushing onyxData which I think by that point already contain the personal details too.

@aldo-expensify
Copy link
Contributor

@luacmartins I can take this from you if you want, since I think I caused it. I think the ideal fix would be to put the personal details push in Auth.

@luacmartins
Copy link
Contributor

luacmartins commented Apr 8, 2024

Go ahead, it seems like you're more familiar with that code than I am. Thanks!

@aldo-expensify
Copy link
Contributor

I think this is fixing it: https://github.com/Expensify/Auth/pull/10461, I'll write some tests and make it ready for review after

@aldo-expensify aldo-expensify added Reviewing Has a PR in review and removed Help Wanted Apply this label when an issue is open to proposals by contributors labels Apr 9, 2024
@garrettmknight garrettmknight changed the title [$250] Web/Desktop - Conversation - The email is not displayed when observe from other devices [HOLD on Auth PR #10461] [$250] Web/Desktop - Conversation - The email is not displayed when observe from other devices Apr 10, 2024
@garrettmknight garrettmknight changed the title [HOLD on Auth PR #10461] [$250] Web/Desktop - Conversation - The email is not displayed when observe from other devices [$250] Web/Desktop - Conversation - The email is not displayed when observe from other devices Apr 16, 2024
Copy link

melvin-bot bot commented Apr 17, 2024

@garrettmknight, @luacmartins, @getusha, @aldo-expensify Uh oh! This issue is overdue by 2 days. Don't forget to update your issues!

@aldo-expensify
Copy link
Contributor

Retested, it is working now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 Engineering Internal Requires API changes or must be handled by Expensify staff Reviewing Has a PR in review
Projects
None yet
Development

No branches or pull requests

6 participants