mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-18 16:02:15 +01:00
Get rule type right
This commit is contained in:
parent
fa969cfdde
commit
b9b9714fd5
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ BASE_APPEND_OVERRIDE_RULES = [
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'rule_id': 'global/underride/.m.rule.channelnotif',
|
'rule_id': 'global/override/.m.rule.channelnotif',
|
||||||
'conditions': [
|
'conditions': [
|
||||||
{
|
{
|
||||||
'kind': 'event_match',
|
'kind': 'event_match',
|
||||||
|
|
Loading…
Reference in a new issue