-
Notifications
You must be signed in to change notification settings - Fork 250
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(sync)_: Improve EnableInstallationAndSync to include installation in MessengerResponse #5869
Conversation
Jenkins BuildsClick to see older builds (5)
|
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.
Looks good. As far as I can see, this doesn't modify the API so no work is needed on the client side right?
not sure if desktop exists the same issue as mobile, if desktop does not need updated installation info within MessengerResponse returned from EnableInstallationAndSync, that's okay. @jrainville |
5e7284f
to
abfa2eb
Compare
✔️ status-go/prs/android/PR-5869#2 🔹 ~2 min 43 sec 🔹 abfa2eb 🔹 📦 android package |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## develop #5869 +/- ##
==========================================
Coverage ? 46.06%
==========================================
Files ? 884
Lines ? 157316
Branches ? 0
==========================================
Hits ? 72462
Misses ? 76535
Partials ? 8319
Flags with carried forward coverage won't be shown. Click here to find out more.
|
…ionV2 - Refactor EnableInstallationAndSync for better error handling and response merging - Add new EnableInstallationV2 method returning the installation - Update tests to check for installation in response - Deprecate old EnableInstallation method
abfa2eb
to
6640204
Compare
close this and use PR 5888 instead cc @Parveshdhull |
✔️ status-go/prs/tests/PR-5869#3 🔹 ~31 min 🔹 6640204 🔹 📦 tests package |
Major changes:
fix relate comment
status: ready