mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-01 17:24:10 +01:00
Take out unhelpful example
This commit is contained in:
parent
567843e043
commit
4b9fb99644
|
|
@ -366,19 +366,7 @@ thread-like conversation.
|
||||||
Relationships are defined under an ``m.relates_to`` key in the event's ``content``.
|
Relationships are defined under an ``m.relates_to`` key in the event's ``content``.
|
||||||
If the event is of the type ``m.room.encrypted``, the ``m.relates_to`` key MUST NOT
|
If the event is of the type ``m.room.encrypted``, the ``m.relates_to`` key MUST NOT
|
||||||
be covered by the encryption and instead be put alongside the encryption information
|
be covered by the encryption and instead be put alongside the encryption information
|
||||||
held in the ``content``, like in the following example::
|
held in the ``content``.
|
||||||
|
|
||||||
{
|
|
||||||
...
|
|
||||||
"content": {
|
|
||||||
...
|
|
||||||
"m.relates_to": {
|
|
||||||
"m.in_reply_to": {
|
|
||||||
...
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
Rich replies
|
Rich replies
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue