From 01eee96b2936f66696941362dd1b3911e815b088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Mon, 23 May 2022 20:45:52 +0200 Subject: [PATCH] Remove `dont_notify` from the `.m.rule.room.server_acl` rule (#2395) --- src/pushprocessor.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pushprocessor.ts b/src/pushprocessor.ts index c4db1d1cb..448015203 100644 --- a/src/pushprocessor.ts +++ b/src/pushprocessor.ts @@ -84,9 +84,7 @@ const DEFAULT_OVERRIDE_RULES: IPushRule[] = [ pattern: EventType.RoomServerAcl, }, ], - actions: [ - PushRuleActionName.DontNotify, - ], + actions: [], }, ];