diff --git a/synapse/push/baserules.py b/synapse/push/baserules.py index 47cf01e3dc3a09ed330bc486e2072dd646f06116..796fa297510ba76bf7e44a6b06c33b54d97f3dbe 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.*)...