diff --git a/content/_index.md b/content/_index.md index d28d5c4b..845fbc9f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -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. diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index adace4f0..ed4d0399 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -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.