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

“Block user” remains in context menu after block #16948

Closed
glitchminer opened this issue Dec 12, 2024 · 2 comments · Fixed by #16978
Closed

“Block user” remains in context menu after block #16948

glitchminer opened this issue Dec 12, 2024 · 2 comments · Fixed by #16978
Assignees
Labels
bug Something isn't working core-team
Milestone

Comments

@glitchminer
Copy link
Contributor

Bug Report

Description

After blocking a user it's expected that the context menu for that use updates to remove that option.

Image
Image

Steps to reproduce

  • Block user
  • Check context menu for user in members list of community

Expected behavior

Block user option is removed

Actual behavior

Block user option is still available.

Additional Information

  • Status desktop version: 2.32 RC4
  • Operating System: Mac
@glitchminer glitchminer added bug Something isn't working core-team labels Dec 12, 2024
@glitchminer glitchminer added this to the 2.32.0 Beta milestone Dec 12, 2024
@caybro caybro self-assigned this Dec 12, 2024
@caybro caybro moved this from Backlog to Next in Status Desktop/Mobile Board Dec 12, 2024
@jrainville jrainville modified the milestones: 2.32.0 Beta, 2.33.0 Beta Dec 12, 2024
@jrainville
Copy link
Member

Moved to 2.33 since it's not a high impact regression worth fixing in the RC

@caybro
Copy link
Member

caybro commented Dec 13, 2024

@jrainville looks like a NIM problem; I verified we call the ContactStore's contactStore.blockContact(publicKey) (which in turn calls profileSectionModule.contactsModule.blockContact(pubKey)) method just fine; yet the contact model.isBlocked in the user list stays false. If I go to Settings/Messaging/Contacts/Blocked, the user is correctly listed there. So it looks like missing some signal propagation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core-team
Projects
Status: Done
3 participants