-
Notifications
You must be signed in to change notification settings - Fork 363
Open
Labels
A-InviteA-PushA-ignored-usersUsers ignoring (blocking) other usersUsers ignoring (blocking) other users
Description
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?
lamoboos223
Metadata
Metadata
Assignees
Labels
A-InviteA-PushA-ignored-usersUsers ignoring (blocking) other usersUsers ignoring (blocking) other users