mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-04 23:13:43 +01:00
Apply suggestions from code review
Co-authored-by: Matthew Hodgson <matthew@matrix.org>
This commit is contained in:
parent
06d23f04aa
commit
5d2cb50c58
|
|
@ -233,7 +233,7 @@ reserved for events defined in the Matrix specification - for instance
|
|||
usually sent in the context of a "Room".
|
||||
|
||||
{{% boxes/warning %}}
|
||||
Event bodies are considered untrusted data. This means that anyone using
|
||||
Event bodies are considered untrusted data. This means that any application using
|
||||
Matrix must validate that the event body is of the expected shape/schema
|
||||
before using the contents verbatim.
|
||||
|
||||
|
|
|
|||
|
|
@ -1382,7 +1382,7 @@ available room versions.
|
|||
{{% /boxes/warning %}}
|
||||
|
||||
{{% boxes/warning %}}
|
||||
Event bodies are considered untrusted data. This means that anyone using
|
||||
Event bodies are considered untrusted data. This means that any application using
|
||||
Matrix must validate that the event body is of the expected shape/schema
|
||||
before using the contents verbatim.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue