We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b48b9 commit c8688ecCopy full SHA for c8688ec
proposals/3758-expand-push-rule-conditions.md
@@ -1,4 +1,4 @@
1
-# MSC3758: Add `event_property_is` push rule condition kind
+# MSC3758: Add `event_property_is` push rule condition kind
2
3
Currently the only condition used to match event content for push rules is the `event_match` kind.
4
This compares a glob-style string against a string value within the event dictionary. The event
@@ -28,7 +28,7 @@ An example condition may look like (encoded as a JSON object):
28
```json
29
{
30
"kind": "event_property_is",
31
- "key": "event.content.is_something",
+ "key": "content.is_something",
32
"value": true
33
}
34
```
0 commit comments