From 042e47970b15260eeb7e3162e4406b4f2e94008c Mon Sep 17 00:00:00 2001 From: Šimon Brandner Date: Tue, 24 May 2022 18:42:32 +0200 Subject: Remove `dont_notify` from the `.m.rule.room.server_acl` rule (#12849) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- synapse/push/baserules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse') 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": [], }, ] -- cgit 1.4.1