From db65a83b44962d19fd337a8f41a225eec2229e99 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Wed, 3 May 2023 07:37:06 -0400 Subject: [PATCH] Remove obsolete dont_notify from default rules. --- content/client-server-api/modules/push.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/content/client-server-api/modules/push.md b/content/client-server-api/modules/push.md index 745ca5bb..87f43fa6 100644 --- a/content/client-server-api/modules/push.md +++ b/content/client-server-api/modules/push.md @@ -435,9 +435,7 @@ Definition: "default": true, "enabled": false, "conditions": [], - "actions": [ - "dont_notify" - ] + "actions": [] } ``` @@ -459,9 +457,7 @@ Definition: "pattern": "m.notice", } ], - "actions": [ - "dont_notify", - ] + "actions": [] } ``` @@ -521,9 +517,7 @@ Definition: "pattern": "m.room.member" } ], - "actions": [ - "dont_notify" - ] + "actions": [] } ```