Merge pull request #2542 from matrix-org/dbkr/room_notif_no_glob
Omit the *s for @room notifications
This commit is contained in:
commit
99a6c9dbf2
|
@ -245,7 +245,7 @@ BASE_APPEND_OVERRIDE_RULES = [
|
|||
{
|
||||
'kind': 'event_match',
|
||||
'key': 'content.body',
|
||||
'pattern': '*@room*',
|
||||
'pattern': '@room',
|
||||
'_id': '_roomnotif_content',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue