mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-26 15:08:28 +00:00
Fix comment for selectEvents
This commit is contained in:
parent
ad5b16a17b
commit
60d7f7f184
1 changed files with 2 additions and 2 deletions
|
@ -301,8 +301,8 @@ func (s *outputRoomEventsStatements) selectEarlyEvents(
|
||||||
return events, nil
|
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
|
// selectEvents returns the events for the given event IDs. If an event is
|
||||||
// from the database.
|
// missing from the database, it will be omitted.
|
||||||
func (s *outputRoomEventsStatements) selectEvents(
|
func (s *outputRoomEventsStatements) selectEvents(
|
||||||
ctx context.Context, txn *sql.Tx, eventIDs []string,
|
ctx context.Context, txn *sql.Tx, eventIDs []string,
|
||||||
) ([]StreamEvent, error) {
|
) ([]StreamEvent, error) {
|
||||||
|
|
Loading…
Reference in a new issue