-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
homeserver/packages/federation-sdk/src/services/state.service.ts
Lines 911 to 916 in 0909f0b
| // TODO: exclude memberships here | |
| const state = await this.getLatestRoomState2(roomId); | |
| if (!state.isPublic()) { | |
| continue; | |
| } | |