-
Notifications
You must be signed in to change notification settings - Fork 14
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`); | |
| } |