mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Fix typo.
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
b0267a8e26
commit
80e0700d48
|
|
@ -296,7 +296,7 @@ they simply serve no purpose within the visible timeline.
|
||||||
#### Edits of events with mentions
|
#### Edits of events with mentions
|
||||||
|
|
||||||
When editing an event with [user and room mentions](#user-and-room-mentions) the
|
When editing an event with [user and room mentions](#user-and-room-mentions) the
|
||||||
replacement event will hae two `m.mentions` properties:
|
replacement event will have two `m.mentions` properties:
|
||||||
|
|
||||||
* One at the top-level of the `content`, which should contain mentions due to
|
* One at the top-level of the `content`, which should contain mentions due to
|
||||||
this edit revision.
|
this edit revision.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,9 @@
|
||||||
|
|
||||||
### User and room mentions
|
### User and room mentions
|
||||||
|
|
||||||
This module allows users to mention other users and rooms within a room message.
|
This module allows users to "mention" other users and rooms within a room event.
|
||||||
|
This is primarily used as an indicator that the recipient should receive a notification
|
||||||
|
about the event.
|
||||||
This is achieved by including metadata in the `m.mentions` content property of
|
This is achieved by including metadata in the `m.mentions` content property of
|
||||||
the event. The `m.mentions` property consists of an object with two fields:
|
the event. The `m.mentions` property consists of an object with two fields:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue