diff options
author | David Baker <dave@matrix.org> | 2015-03-09 12:39:56 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-03-09 12:39:56 +0000 |
commit | 1df3ccf7ee646690570ce1d799b3c6c226179e3d (patch) | |
tree | b0bfcbe05c92427c307095971f52e92b9ec48ee0 /synapse | |
parent | Call notifications should be override else they'll get clobbered by sender/ro... (diff) | |
download | synapse-1df3ccf7ee646690570ce1d799b3c6c226179e3d.tar.xz |
D'oh: underscore, not hyphen
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/push/baserules.py | 2 |
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', ] }, { |