mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-01 13:38:37 +01:00
Clarify that the requested event is excluded from /state and /state_ids
Fixes https://github.com/matrix-org/matrix-doc/issues/1564
This commit is contained in:
parent
132c5b0f48
commit
dad037170a
|
|
@ -50,7 +50,7 @@ paths:
|
|||
200:
|
||||
description: |-
|
||||
The fully resolved state for the room, including the authorization
|
||||
chain for the events.
|
||||
chain for the events, excluding the requested event.
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
|
|
@ -97,7 +97,7 @@ paths:
|
|||
200:
|
||||
description: |-
|
||||
The fully resolved state for the room, including the authorization
|
||||
chain for the events.
|
||||
chain for the events, excluding the requested event.
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
|
|
|
|||
Loading…
Reference in a new issue