Change the m.room.message rule to be disabled by default so we only notify for 1:1 rooms / highlights out-of-the-box

pull/411/head
David Baker 2015-12-02 11:26:49 +00:00
parent a2922bb944
commit 4b1281f9b7
1 changed files with 1 additions and 0 deletions

View File

@ -247,6 +247,7 @@ def make_base_append_underride_rules(user):
},
{
'rule_id': 'global/underride/.m.rule.message',
'enabled': False,
'conditions': [
{
'kind': 'event_match',