You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
I have "Messages containing my display name" notification rule set to Noisy. This rule should only trigger when actual body of the sent messages contains my display name.
However, there is a small edge case in that behavior: When somebody replies to my message (or vice versa), body of the reply also includes quote of the original message and (most importantly) ID of the reply target.
Generally this is not an issue, except when ID of the user contains my display name. In my particular example, my display name is matejdro and my matrix server is matrix.matejdro.com. This means that any user ID from my server would end with @matrix.matejdro.com. Since that suffix contains my display name, it causes Synapse to send noisy alert on every single reply, regardless of the sender or the contents.
Steps to reproduce
Set "Messages containing my display name" notification rule to noisy
Set your display name to the same domain as your matrix server
Have someone reply to any message that was sent from the user (or puppet) on your homeserver
you will receive notification of that reply, regardless of the message's content.
Description
I have "Messages containing my display name" notification rule set to Noisy. This rule should only trigger when actual body of the sent messages contains my display name.
However, there is a small edge case in that behavior: When somebody replies to my message (or vice versa), body of the reply also includes quote of the original message and (most importantly) ID of the reply target.
Generally this is not an issue, except when ID of the user contains my display name. In my particular example, my display name is
matejdro
and my matrix server ismatrix.matejdro.com
. This means that any user ID from my server would end with@matrix.matejdro.com
. Since that suffix contains my display name, it causes Synapse to send noisy alert on every single reply, regardless of the sender or the contents.Steps to reproduce
Version information
Version:
{"server_version": "1.12.4", "python_version": "3.7.7"}
Install method: Docker
The text was updated successfully, but these errors were encountered: