mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-01 01:13:43 +01:00
fix typo
This commit is contained in:
parent
fda3be5ee3
commit
fca945c8ac
|
|
@ -20,9 +20,9 @@ Previously, a rich reply could only reference another `m.room.message` event.
|
||||||
{{% boxes/note %}}
|
{{% boxes/note %}}
|
||||||
{{% changed-in v="1.13" %}}
|
{{% changed-in v="1.13" %}}
|
||||||
In previous versions of the specification, rich replies could include a fallback
|
In previous versions of the specification, rich replies could include a fallback
|
||||||
representation of the original message message in the `body` (using a prefix
|
representation of the original message in the `body` (using a prefix sequence)
|
||||||
sequence) and `formatted_body` (using a custom HTML element) for clients that do
|
and `formatted_body` (using a custom HTML element) for clients that do not
|
||||||
not support rich replies. This is no longer the case, but clients SHOULD still
|
support rich replies. This is no longer the case, but clients SHOULD still
|
||||||
remove this fallback before rendering the event.
|
remove this fallback before rendering the event.
|
||||||
|
|
||||||
To strip the fallback on the `body`, the client should iterate over each
|
To strip the fallback on the `body`, the client should iterate over each
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue