0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-10 14:48:57 +02:00

They're called rooms

This commit is contained in:
David Baker 2017-10-05 13:03:44 +01:00
parent b9b9714fd5
commit 985ce80375

View file

@ -240,18 +240,18 @@ BASE_APPEND_OVERRIDE_RULES = [
]
},
{
'rule_id': 'global/override/.m.rule.channelnotif',
'rule_id': 'global/override/.m.rule.roomnotif',
'conditions': [
{
'kind': 'event_match',
'key': 'content.body',
'pattern': '*@channel*',
'_id': '_channelnotif_content',
'pattern': '*@room*',
'_id': '_roomnotif_content',
},
{
'kind': 'sender_power_level',
'is': '>=50',
'_id': '_channelnotif_pl',
'_id': '_roomnotif_pl',
},
],
'actions': [