mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-16 15:01:23 +01:00
They're called rooms
This commit is contained in:
parent
b9b9714fd5
commit
985ce80375
1 changed files with 4 additions and 4 deletions
|
@ -240,18 +240,18 @@ BASE_APPEND_OVERRIDE_RULES = [
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'rule_id': 'global/override/.m.rule.channelnotif',
|
'rule_id': 'global/override/.m.rule.roomnotif',
|
||||||
'conditions': [
|
'conditions': [
|
||||||
{
|
{
|
||||||
'kind': 'event_match',
|
'kind': 'event_match',
|
||||||
'key': 'content.body',
|
'key': 'content.body',
|
||||||
'pattern': '*@channel*',
|
'pattern': '*@room*',
|
||||||
'_id': '_channelnotif_content',
|
'_id': '_roomnotif_content',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'kind': 'sender_power_level',
|
'kind': 'sender_power_level',
|
||||||
'is': '>=50',
|
'is': '>=50',
|
||||||
'_id': '_channelnotif_pl',
|
'_id': '_roomnotif_pl',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
'actions': [
|
'actions': [
|
||||||
|
|
Loading…
Reference in a new issue