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': [ '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': [