-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Mentioning matrix username will notify all users with substring display names #8497
Comments
Apparently this is bug is not unique to matrix IDs. Mentioning "some.guy.named.matthew" will notify the same multiple people, none of which where mentioned explicitly. |
This is by design as far as I know, to support clients that don't create mention "pills" |
Not sure I understand what mention pills have to do with it. The issue I am reporting is that when mentioning a very specific user, with their full matrix user name, other unrelated users get notified as well. I don't think this is intended. |
Yeah, this doesn't sound like a good end result :\ |
A user gets mentioned when just a word in another user's message matches partially one's Matrix ID. My username is |
Which one disables mentioning me by the word |
your username is |
Could it be resolved, not workarounded? What if someone mentions by full usernme? That goes deeper and deeper losing mentions here and there. Still to often people use |
It'd need to be a conversation for a different project, riot-web is just using the push rules system that Matrix offers it |
I have the same issue. My username is also contained in my homeserver name. So anytime anyone on my server is mention, I'm also mention cause the server name automatically mention me too. I think mention should not take in subset of a username in account but only a full match. @t3chguy where should we bring this discussion to make it move forward ? |
Duplicate of #8431 |
Description
If a mentioned matrix username includes a display name, then the user with that display name is also notified. For instance, if I mention "@some.guy.named.matthew:matrix.org", then besides that person, also every other person with a username being "Some", "Guy", "Named", "Matthew", "Matrix" or "Org" gets notified.
Steps to reproduce
Describe how what happens differs from what you expected.
Besides that person, also every other person with a username being "Some", "Guy", "Named", "Matthew", "Matrix" or "Org" gets notified.
Of course only the person with the exact mentioned username "@some.guy.named.matthew:matrix.org" should be notified.
Log: sent/not sent? no
Version information
web
For the web app:
all
all
develop
For the desktop app:
not tested
not tested
The text was updated successfully, but these errors were encountered: