mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-24 03:31:00 -05:00
They're called rooms
This commit is contained in:
parent
b9b9714fd5
commit
985ce80375
@ -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 New Issue
Block a user