-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
or getCreateEvent. currently AFAIK mostly is used for just room version
homeserver/packages/federation-sdk/src/services/state.service.ts
Lines 60 to 65 in 0909f0b
| // TODO: this is a very vague method, better would be to use exactly what needed, | |
| // or getCreateEvent. | |
| // currently AFAIK mostly is used for just room version | |
| async getRoomInformation(roomId: string): Promise<PduCreateEventContent> { | |
| const { event, stateId } = | |
| (await this.eventRepository.findByRoomIdAndType( |