From 5d2cb50c5848564eae225cecad378991e8ed8fee Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 6 Apr 2021 09:59:10 -0600 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Matthew Hodgson --- content/_index.md | 2 +- content/client-server-api/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.