-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
homeserver/packages/federation-sdk/src/services/event.service.ts
Lines 81 to 84 in 8daade8
| // TODO, return only the IDs, not the full events | |
| const eventsCursor = this.eventRepository.findByIds(eventIds); | |
| const events = await eventsCursor.toArray(); | |