From c231d6ff579ebab9497ef108d720906b74fcbe54 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 9 Sep 2025 11:20:07 -0600 Subject: [PATCH] Add schema warning --- content/client-server-api/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index 6726e537..f95b2f47 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -2848,6 +2848,12 @@ events are not signed and could theoretically be modified, or outdated due to updates not being sent. {{% /boxes/warning %}} +{{% boxes/warning %}} +{{% added-in v="1.16" %}} Servers cannot pass through what they receive over +federation to clients as stripped state. Servers are expected to prune the events +into the stripped state schema below before passing the details onto clients. +{{% /boxes/warning %}} + {{% event-fields event_type="stripped_state" %}} ### Size limits