mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-23 23:03:10 -06:00
Comments
This commit is contained in:
parent
077a23fea0
commit
64da7b7683
|
|
@ -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"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue