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