mirror of
https://github.com/element-hq/synapse.git
synced 2026-07-28 14:19:59 +00:00
Omit the *s for @room notifications
They're just redundant
This commit is contained in:
@@ -245,7 +245,7 @@ BASE_APPEND_OVERRIDE_RULES = [
|
||||
{
|
||||
'kind': 'event_match',
|
||||
'key': 'content.body',
|
||||
'pattern': '*@room*',
|
||||
'pattern': '@room',
|
||||
'_id': '_roomnotif_content',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user