Compare commits

...

2 commits

Author SHA1 Message Date
Travis Ralston 430cbd681b Name the objects 2025-09-09 11:21:11 -06:00
Travis Ralston c231d6ff57 Add schema warning 2025-09-09 11:20:07 -06:00
3 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -91,6 +91,7 @@ paths:
precise event formats.
items:
type: object
title: PDU
properties: {}
description: |-
Note that events have a different format depending on the room

View file

@ -92,6 +92,7 @@ paths:
precise event formats.
items:
type: object
title: PDU
properties: {}
description: |-
Note that events have a different format depending on the room