mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Merge pull request #411 from matrix-org/default_dont_notify
Change the m.room.message rule to be disabled by default
This commit is contained in:
commit
addb248e0b
@ -247,6 +247,7 @@ def make_base_append_underride_rules(user):
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
'rule_id': 'global/underride/.m.rule.message',
|
'rule_id': 'global/underride/.m.rule.message',
|
||||||
|
'enabled': False,
|
||||||
'conditions': [
|
'conditions': [
|
||||||
{
|
{
|
||||||
'kind': 'event_match',
|
'kind': 'event_match',
|
||||||
|
Loading…
Reference in New Issue
Block a user