mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-08 16:54:56 -04:00
Omit the *s for @room notifications
They're just redundant
This commit is contained in:
parent
db3d84f46c
commit
9342bcfce0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue