mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 22:43:10 -06:00
Clarify that state events are the things that are not returned if they are not requested
This commit is contained in:
parent
2e6211139c
commit
d20b466b58
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue