Merge pull request #1587 from turt2live/travis/s2s/clarify-state-ids-inclusion

Clarify that the requested event is excluded from /state and /state_ids
This commit is contained in:
Travis Ralston 2018-08-30 07:44:27 -06:00 committed by GitHub
commit 6b52e1df77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,8 @@ paths:
responses:
200:
description: |-
The fully resolved state for the room, including the authorization
The fully resolved state for the room, prior to considering any state
changes induced by the requested event. Includes the authorization
chain for the events.
schema:
type: object
@ -96,7 +97,8 @@ paths:
responses:
200:
description: |-
The fully resolved state for the room, including the authorization
The fully resolved state for the room, prior to considering any state
changes induced by the requested event. Includes the authorization
chain for the events.
schema:
type: object