mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-22 05:53:42 +01:00
Compare commits
2 commits
c3107d4bd8
...
430cbd681b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
430cbd681b | ||
|
|
c231d6ff57 |
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue