mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 02:43:09 -06:00
Fix comment for selectEvents
This commit is contained in:
parent
ad5b16a17b
commit
60d7f7f184
|
|
@ -301,8 +301,8 @@ func (s *outputRoomEventsStatements) selectEarlyEvents(
|
|||
return events, nil
|
||||
}
|
||||
|
||||
// Events returns the events for the given event IDs. Returns an error if any one of the event IDs given are missing
|
||||
// from the database.
|
||||
// selectEvents returns the events for the given event IDs. If an event is
|
||||
// missing from the database, it will be omitted.
|
||||
func (s *outputRoomEventsStatements) selectEvents(
|
||||
ctx context.Context, txn *sql.Tx, eventIDs []string,
|
||||
) ([]StreamEvent, error) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue