mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -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',
|
||||
'enabled': False,
|
||||
'conditions': [
|
||||
{
|
||||
'kind': 'event_match',
|
||||
|
Loading…
Reference in New Issue
Block a user