Revert backslashes.

clokep/encrypted-mentions-only-rooms
Patrick Cloke 1 year ago
parent 9cee1e6ede
commit 6c4264dd55

@ -50,7 +50,7 @@ encrypted mentions:
"conditions": [
{
"kind": "event_property_is",
"key": "content.m\.has_mentions",
"key": "content.m\\.has_mentions",
"value": true
},
{
@ -63,6 +63,10 @@ encrypted mentions:
}
```
(Note: `\\.` would become a single logical backslash followed by a dot since the
above is in JSON-representation. See
[MSC3873](https://github.com/matrix-org/matrix-spec-proposals/pull/3873).)
When this push rule matches then it would push the event to all users, similar to
how the [`.m.rule.encrypted` default underride rule](https://spec.matrix.org/v1.6/client-server-api/#default-underride-rules)
push rule works, but with the added context that *some clients will probably care*.

Loading…
Cancel
Save