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

Possible to send a contact request to a blocked user #16951

Open
glitchminer opened this issue Dec 12, 2024 · 1 comment · Fixed by #16954 · May be fixed by #16970
Open

Possible to send a contact request to a blocked user #16951

glitchminer opened this issue Dec 12, 2024 · 1 comment · Fixed by #16954 · May be fixed by #16970
Assignees
Labels
bug Something isn't working core-team
Milestone

Comments

@glitchminer
Copy link
Contributor

Bug Report

Description

Using this function to send a contact request to a blocked user can result in a state after unblocking where 1 user sees the other as a contact but the other does not.

Image

  • User A blocks user B

  • User B has a pending contact request to user A

  • User A clicks on send contact request

  • User A & B are contacts, but A is still blocking B

  • User A unblocks user B

  • User A is no longer a contact with B, but user B is still a contact with A (Messages can be sent 1 way only)

  • User A sends a contact request to B, neither users are contacts and the request must be accepted to continue.

Expected behavior

Contact requests to blocked users should be disabled?

Actual behavior

Possible to send contact requests to blocked users.

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
@anastasiyaig
Copy link
Contributor

@jrainville would that be for release?

@jrainville jrainville self-assigned this Dec 12, 2024
jrainville added a commit that referenced this issue Dec 12, 2024
Fixes #16951

The property `isContactBlocked` was not passed to the component.
@jrainville jrainville moved this from Next to In Progress in Status Desktop/Mobile Board Dec 12, 2024
@jrainville jrainville moved this from In Progress to Code Review in Status Desktop/Mobile Board Dec 12, 2024
jrainville added a commit that referenced this issue Dec 13, 2024
Fixes #16951

The property `isContactBlocked` was not passed to the component.
jrainville added a commit that referenced this issue Dec 13, 2024
Fixes #16951

The property `isContactBlocked` was not passed to the component.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment