Skip to content

Receiving invites from blocked users #18479

@Hywan

Description

@Hywan

Description

Imagine the following scenario:

  • user A creates room R1
  • user A invites user B in room R1
  • user B receives a pushed notification from user A
  • user B declines and blocks user A
  • user A creates room R2
  • user A invites user B in room R2
  • user B receives a pushed notification from user A

I guess this is wrong. user B should not receive a pushed notification from user A if user B has been blocked by user A.

The Matrix Rust SDK is trying to prevent that with matrix-org/matrix-rust-sdk#5081, but I suspect the homeserver should also filter that out.

Is it a spec issue? Is it a homeserver missing feature? A regression? A client-side problem only? Thoughts?

Steps to reproduce

See my previous scenario above.

Homeserver

matrix.org

Synapse Version

1.130.0 (b=matrix-org-hotfixes-priv,f6cffa1b29)

Installation Method

I don't know

Database

Workers

Single process

Platform

Configuration

Relevant log output

-

Anything else that would be useful to know?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions