-
Notifications
You must be signed in to change notification settings - Fork 20
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( |
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