summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorŠimon Brandner <simon.bra.ag@gmail.com>2022-05-24 18:42:32 +0200
committerGitHub <noreply@github.com>2022-05-24 17:42:32 +0100
commit042e47970b15260eeb7e3162e4406b4f2e94008c (patch)
tree325f726e0f7eb20fabecd16a8528ce885e1127ed /synapse
parentAdd authentication to thirdparty bridge APIs (#12746) (diff)
downloadsynapse-042e47970b15260eeb7e3162e4406b4f2e94008c.tar.xz
Remove `dont_notify` from the `.m.rule.room.server_acl` rule (#12849)
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
Diffstat (limited to 'synapse')
-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 4c7278b5a1..819bc9e9b6 100644
--- a/synapse/push/baserules.py
+++ b/synapse/push/baserules.py
@@ -292,7 +292,7 @@ BASE_APPEND_OVERRIDE_RULES: List[Dict[str, Any]] = [
                 "_cache_key": "_room_server_acl",
             }
         ],
-        "actions": ["dont_notify"],
+        "actions": [],
     },
 ]