From cbd50af405caf1f1154028704d6a522f72da8149 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 21 Feb 2023 13:19:36 -0500 Subject: [PATCH] Clarify what key content-specific rules match against. --- content/client-server-api/modules/push.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/modules/push.md b/content/client-server-api/modules/push.md index 0a104bc1..4e9310dd 100644 --- a/content/client-server-api/modules/push.md +++ b/content/client-server-api/modules/push.md @@ -156,7 +156,7 @@ The different `kind`s of rule, in the order that they are checked, are: These configure behaviour for (unencrypted) messages that match certain patterns. Content rules take one parameter: `pattern`, that gives the glob pattern to match against. This is treated in the same way as - `pattern` for `event_match`. + `pattern` for `event_match` against a `key` of `content.body`. 1. **Room-specific rules (`room`).** These rules change the behaviour of all messages for a given room. The