mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 23:13:11 -06:00
Fix comments
This commit is contained in:
parent
1b2b837029
commit
4f95f6a18b
|
|
@ -78,9 +78,12 @@ type QueryEventsByIDRequest struct {
|
|||
type QueryEventsByIDResponse struct {
|
||||
// Copy of the request for debugging.
|
||||
QueryEventsByIDRequest
|
||||
// A list of events with the request IDs.
|
||||
// A list of events with the requested IDs.
|
||||
// If the roomserver does not have a copy of a requested event
|
||||
// then it will omit that event from the list.
|
||||
// If the roomserver thinks it has a copy of the event, but
|
||||
// fails to read it from the database then it will fail
|
||||
// the entire request.
|
||||
Events []gomatrixserverlib.Event
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue