-
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
Fix Chat - Notification is NOT received in the main device after Control policy was created #26358
Conversation
@mananjadhav Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@mananjadhav Please take a look, I'll complete the screenshots today |
…rol policy was created
3939efa
to
c2de2e7
Compare
Do you know how to test it on Safari and mWeb chrome? @mananjadhav |
@mananjadhav can you please test this against other normal reports? Creating a new account and sending a new message from it. I'm worried this might break other types of chats or show the wrong name in the notification for those. |
@danieldoglas I am still testing this, I'll finish the checklist by tomorrow. |
for some reason I am not getting any notifications from the local build. @danieldoglas Is it possible to get an adhoc build triggered for this one? |
Same here, I recently can not receive any notification for adhoc build, only Desktop is working for me. |
hmm, I don't know exactly. Can you post it in #open-source? Maybe it was something we merged recently |
hey can you create a slack post? @mananjadhav |
@hungvu193 @mananjadhav how's this one going? |
Can we build a prod version from this PR? I currently cant test the notification on adhoc build. |
There is no way to do that |
Creating the adhoc build https://github.com/Expensify/App/actions/runs/6434201515 not sure if that is what you meant with the production version :D |
🧪🧪 Use the links below to test this build in android and iOS. Happy testing! 🧪🧪
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mananjadhav can you please fill out the checklist and test this in the adhoc build on web/dektop? Thank you
Yes I'll do that today. |
@mountiny Can you help with the Desktop dmg? I am getting Access denied here. |
@mananjadhav same :/ I will go ahead this is a simple change |
Reviewer Checklist
Screenshots/VideosN/A Small change which is tough to test locally, contributor has shown the console error disappears WebMobile Web - ChromeMobile Web - SafariDesktopiOSAndroid |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Performance Comparison Report 📊Significant Changes To Duration
Show details
Meaningless Changes To DurationShow entries
Show details
|
@Expensify/mobile-deployers 📣 Please look into this performance regression as it's a deploy blocker. |
False positive |
🚀 Deployed to staging by https://github.com/mountiny in version: 1.3.80-0 🚀
|
Thanks for pushing this forward @mountiny 🙏 . I was stuck for weeks to test the notification 😢 |
Thank YOU! |
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.80-3 🚀
|
🚀 Deployed to staging by https://github.com/mountiny in version: 1.3.81-0 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.83-11 🚀
|
2 similar comments
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.83-11 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.83-11 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.83-11 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.84-10 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.84-10 🚀
|
Details
Fix Chat - Notification is NOT received in the main device after Control policy was created
Fixed Issues
$ #23234
PROPOSAL: #23234 (comment)
Tests
Immediately
Offline tests
This bug is not related to offline mode.
QA Steps
Immediately
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Mobile Web - Chrome
trim.406B6DA9-31C0-42CF-9ADA-AEE67F922949.MOV
Mobile Web - Safari
trim.805904E0-F8D8-433B-BF50-F4ADDC9391BB.MOV
Desktop
iOS
Android