diff options
author | Erik Johnston <erik@matrix.org> | 2019-09-13 14:14:51 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-09-13 14:14:51 +0100 |
commit | f69f4e7a971233eb1625ba91ca2e24dadb99e2a9 (patch) | |
tree | 76ece31837c3b52ff4e390f8c3e166e7b3906bc3 | |
parent | default off groupchat push correctly (diff) | |
download | synapse-f69f4e7a971233eb1625ba91ca2e24dadb99e2a9.tar.xz |
Black
-rw-r--r-- | synapse/push/baserules.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/synapse/push/baserules.py b/synapse/push/baserules.py index 47cf01e3dc..796fa29751 100644 --- a/synapse/push/baserules.py +++ b/synapse/push/baserules.py @@ -340,10 +340,7 @@ BASE_APPEND_UNDERRIDE_RULES = [ # we can't do this on existing servers because we need to # add per-user overrides to preserve their existing behaviour "enabled": False, - "actions": [ - "notify", - {"set_tweak": "highlight", "value": False} - ], + "actions": ["notify", {"set_tweak": "highlight", "value": False}], }, # XXX: this is going to fire for events which aren't m.room.messages # but are encrypted (e.g. m.call.*)... |