mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-28 14:04:10 +01:00
Fix syntax.
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
451886dd30
commit
aa50679676
|
|
@ -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**.
|
**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.)
|
(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
|
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
|
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
|
mentions were done by including the string "@room" in the plaintext `body` of
|
||||||
the event. This was prone to confusing and buggy behaviour.
|
the event. This was prone to confusing and buggy behaviour.
|
||||||
{% /boxes/rationale %}
|
{{% /boxes/rationale %}}
|
||||||
|
|
||||||
#### Client behaviour
|
#### Client behaviour
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue