summary refs log tree commit diff
path: root/synapse/push/baserules.py
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-03-09 12:39:56 +0000
committerDavid Baker <dave@matrix.org>2015-03-09 12:39:56 +0000
commit1df3ccf7ee646690570ce1d799b3c6c226179e3d (patch)
treeb0bfcbe05c92427c307095971f52e92b9ec48ee0 /synapse/push/baserules.py
parentCall notifications should be override else they'll get clobbered by sender/ro... (diff)
downloadsynapse-1df3ccf7ee646690570ce1d799b3c6c226179e3d.tar.xz
D'oh: underscore, not hyphen
Diffstat (limited to 'synapse/push/baserules.py')
-rw-r--r--synapse/push/baserules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/push/baserules.py b/synapse/push/baserules.py
index b33714f1f6..6e333a3d21 100644
--- a/synapse/push/baserules.py
+++ b/synapse/push/baserules.py
@@ -100,7 +100,7 @@ def make_base_override_rules():
                 }
             ],
             'actions': [
-                'dont-notify',
+                'dont_notify',
             ]
         },
         {