Clarify that the requested event is excluded from /state and /state_ids

Fixes https://github.com/matrix-org/matrix-doc/issues/1564
pull/977/head
Travis Ralston 7 years ago
parent 132c5b0f48
commit dad037170a

@ -50,7 +50,7 @@ paths:
200: 200:
description: |- description: |-
The fully resolved state for the room, including the authorization The fully resolved state for the room, including the authorization
chain for the events. chain for the events, excluding the requested event.
schema: schema:
type: object type: object
properties: properties:
@ -97,7 +97,7 @@ paths:
200: 200:
description: |- description: |-
The fully resolved state for the room, including the authorization The fully resolved state for the room, including the authorization
chain for the events. chain for the events, excluding the requested event.
schema: schema:
type: object type: object
properties: properties:

Loading…
Cancel
Save