-
Notifications
You must be signed in to change notification settings - Fork 79
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(contact): fix fetching contact info when sending a CR #16917
Conversation
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.
Nice fix!
Jenkins BuildsClick to see older builds (14)
|
2aa7bcc
to
94b9924
Compare
@micieslak @alexjba friendly reminder to review |
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.
Nice finding!
Minor suggestion below
@jrainville sorry for late review. I don't know how I missed that PR 🤦 |
94b9924
to
a598ddd
Compare
a598ddd
to
e915a84
Compare
@alexjba @micieslak friendly reminder to review |
@alexjba you've been selected as the tester for this
|
@jrainville Tested! 👍 |
What does the PR do
Fixes #15205
The problem was that we were using the module directly in the Connections, but the store didn't expose it anymore, because it's against the guidelines.
Instead, I moved the Connections to the module to the store itself and the store sends a signal when we have the info.
Affected areas
SendContactRequestModal and ContactsStore (for sending contact requests)
Architecture compliance
My PR is consistent with this document: Status Desktop Architecture Guide
Screenshot of functionality (including design for comparison)
fetch-info.webm
Impact on end user
Fixes the issue
How to test
Risk
Tick one:
Worst case the bug still happens