mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-17 05:43:50 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ BASE_APPEND_OVERRIDE_RULES = [
|
|||
{
|
||||
'kind': 'event_match',
|
||||
'key': 'content.body',
|
||||
'pattern': '*@room*',
|
||||
'pattern': '@room',
|
||||
'_id': '_roomnotif_content',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue