This commit is contained in:
Neil Alexander 2020-10-14 11:54:08 +01:00
parent 077a23fea0
commit 64da7b7683
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -63,7 +63,8 @@ type QueryStateAfterEventsRequest struct {
RoomID string `json:"room_id"`
// The list of previous events to return the events after.
PrevEventIDs []string `json:"prev_event_ids"`
// The state key tuples to fetch from the state
// The state key tuples to fetch from the state. If none are specified then
// the entire resolved room state will be returned.
StateToFetch []gomatrixserverlib.StateKeyTuple `json:"state_to_fetch"`
}