mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Remove the fallback rule - we probably don't want to be notifying for everything even if we don't know what it is.
This commit is contained in:
parent
b67765dccf
commit
e7d7152c3c
@ -190,13 +190,5 @@ def make_base_underride_rules(user):
|
||||
'value': 'ring'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
'rule_id': 'global/underride/.m.rule.fallback',
|
||||
'conditions': [
|
||||
],
|
||||
'actions': [
|
||||
'notify',
|
||||
]
|
||||
},
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user