From f69f4e7a971233eb1625ba91ca2e24dadb99e2a9 Mon Sep 17 00:00:00 2001
From: Erik Johnston <erik@matrix.org>
Date: Fri, 13 Sep 2019 14:14:51 +0100
Subject: [PATCH] Black

---
 synapse/push/baserules.py | 5 +----
 1 file changed, 1 insertion(+), 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.*)...
-- 
GitLab