-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
homeserver/packages/federation-sdk/src/services/state.service.ts
Lines 894 to 899 in 0909f0b
| // TODO: remove this | |
| async findStateAtEvent(eventId: EventID) { | |
| const event = await this.getEvent(eventId); | |
| if (!event) { | |
| throw new Error(`EVent ${eventId} not found`); | |
| } |
This issue was generated by todo-issue based on a TODO comment in 0909f0b. It's been assigned to @debdutdeb because they committed the code.
Reactions are currently unavailable