From c7b387c58931bbedb2a38581cae1e79d0a11626f Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Tue, 25 Jun 2024 16:10:54 +0200 Subject: [PATCH] Extend the logic to clients --- content/client-server-api/modules/push.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/client-server-api/modules/push.md b/content/client-server-api/modules/push.md index 30858d05..0b8e132e 100644 --- a/content/client-server-api/modules/push.md +++ b/content/client-server-api/modules/push.md @@ -187,10 +187,10 @@ other keys as their parameters, e.g. ###### Historical Actions Older versions of the Matrix specification included the `dont_notify` and -`coalesce` actions. Homeservers MUST ignore these actions by stripping them -from any actions array they encounter. This means that setting the actions -on a rule to e.g. `["dont_notify"]` MUST be equivalent to setting an empty -actions array. +`coalesce` actions. Clients and homeservers MUST ignore these actions, for +instance, by stripping them from actions arrays they encounter. This means, +for example, that a rule with `["dont_notify"]` actions MUST be equivalent +to a rule with an empty actions array. ##### Conditions