forked from MirrorHub/synapse
Change the m.room.message rule to be disabled by default so we only notify for 1:1 rooms / highlights out-of-the-box
This commit is contained in:
parent
a2922bb944
commit
4b1281f9b7
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue