Clarify that state events are the things that are not returned if they are not requested

This commit is contained in:
Mark Haines 2017-03-06 11:55:15 +00:00
parent 2e6211139c
commit d20b466b58

View file

@ -19,7 +19,7 @@ type QueryLatestEventsAndStateRequest struct {
// The roomID to query the latest events for.
RoomID string
// The state key tuples to fetch from the room current state.
// If this list is empty or nil then no events are returned.
// If this list is empty or nil then no state events are returned.
StateToFetch []StateKeyTuple
}