Compare commits

..

1 commit

Author SHA1 Message Date
Harri 99e0a77655
Merge 19fa1c9cbf into fda3be5ee3 2025-10-14 13:51:45 +00:00
2 changed files with 3 additions and 4 deletions

View file

@ -1 +0,0 @@
Fix various typos throughout the specification.

View file

@ -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 in the `body` (using a prefix sequence) representation of the original message message in the `body` (using a prefix
and `formatted_body` (using a custom HTML element) for clients that do not sequence) and `formatted_body` (using a custom HTML element) for clients that do
support rich replies. This is no longer the case, but clients SHOULD still not 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