summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorDavid Baker <dbkr@users.noreply.github.com>2015-12-02 11:32:56 +0000
committerDavid Baker <dbkr@users.noreply.github.com>2015-12-02 11:32:56 +0000
commitaddb248e0b8c6fc269532f33a68e3f80b1d3d27a (patch)
treeca4cb901b718fbdbb365ce3b3bf45e4c0a04ad18 /synapse
parentFix typo in collect_presencelike_data (diff)
parentChange the m.room.message rule to be disabled by default so we only notify fo... (diff)
downloadsynapse-addb248e0b8c6fc269532f33a68e3f80b1d3d27a.tar.xz
Merge pull request #411 from matrix-org/default_dont_notify
Change the m.room.message rule to be disabled by default
Diffstat (limited to 'synapse')
-rw-r--r--synapse/push/baserules.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/push/baserules.py b/synapse/push/baserules.py
index 1f015a7f2e..7f76382a17 100644
--- a/synapse/push/baserules.py
+++ b/synapse/push/baserules.py
@@ -247,6 +247,7 @@ def make_base_append_underride_rules(user):
         },
         {
             'rule_id': 'global/underride/.m.rule.message',
+            'enabled': False,
             'conditions': [
                 {
                     'kind': 'event_match',