-
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 context menus not updating when blocking/unblocking or when getting a CR #16978
base: master
Are you sure you want to change the base?
Conversation
4ac3209
to
ee5a83f
Compare
Jenkins BuildsClick to see older builds (7)
|
isContact, | ||
trustStatus, | ||
) | ||
|
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.
This was never used
c386920
to
be285b3
Compare
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.
Code LGTM
The problem was that we just didn't pass isBlocked to the Item. So either it never worked or we broke it during the refactors.
But can't find this place in the diff here :)
Here https://github.com/status-im/status-desktop/pull/16978/files#diff-7638828ebe375b5677d6a6832e1d28dce5ac5551923d8995eba39c9dc272d59fR154 |
What does the PR do
Fixes #16948 and #16952
The problem was that we just didn't pass
isBlocked
to theItem
. So either it never worked or we broke it during the refactors.We also didn't have updates when the events were called in the main module.
Same thing for the
contactRequest
Affected areas
Member list in the admin panel and on the right bar of a community.
Screenshot of functionality (including design for comparison)
Block/unblock:
block-unblock.webm
CR:
contact-request-context-menu.webm
Impact on end user
Fixes the issue of missing updates
How to test
Risk
Tick one:
Worst case, the issue still happens