-
Notifications
You must be signed in to change notification settings - Fork 379
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
Push notification rules should not resolve the matrix host as a username or display name keyword #2735
Comments
I think it should resolve matrix host as username, but this should be skipped especially in tags. |
This is configurable with push rules. |
This isn't really configurable, as at example I'd like to be notified for @JuniorJPDJ and for @telegram_USER_ID:juniorjpdj.pl not and I can't find good enough rule to get both. As far as I understand it's also true for @wvffle. |
Turn off notifications for your username, change your display name so it doesn't match, and set up an extra keyword rule to match against In general, using your preferred display name as a domain is discouraged for this reason. It's not only a problem for unexpected mentions, but permalinks too. For permalinks it's nearly impossible to tell if the mention was intentional or not. |
Push rules never see the tags as they run against the |
Push notification rules should not resolve the matrix host as a username or display name keyword. In case where you have an username which is the same as the host and any other user on the same host is replied, you'll be notified of this.
Example: If matrix tag is
@juniorjpdj:juniorjpdj.pl
and when message of@somebody:juniorjpdj.pl
is replied to,@juniorjpdj:juniorjpdj.pl
will get the notification due to the host being the same as the username.Same goes with the display name. If the display name is for example:
wvffle
though the username is@waff:wvffle.net
and@somebody:wvffle.net
is replied to,@waff:wvffle.net
will get a push notification.I still want to receive the notifications just fine when someone actually pings me, so disabling push notifications for display name or username is not what will resolve my issue.
This is related to element-hq/element-web#14943
The text was updated successfully, but these errors were encountered: