Fix syntax.

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
Patrick Cloke 2023-05-17 07:41:29 -04:00 committed by GitHub
parent 451886dd30
commit aa50679676
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,12 +25,12 @@ the event contains the user's display name or ID. To avoid unintentional notific
**it is recommended that clients include a `m.mentions` property on each event**.
(If there are no mentions to include it can be an empty object.)
{% boxes/rationale %}
{{% boxes/rationale %}}
In previous versions of the specification, mentioning users was done by
including the user's display name or the localpart of their Matrix ID and room
mentions were done by including the string "@room" in the plaintext `body` of
the event. This was prone to confusing and buggy behaviour.
{% /boxes/rationale %}
{{% /boxes/rationale %}}
#### Client behaviour