diff --git a/web/src/api/client.ts b/web/src/api/client.ts index 88138a2..e5a04e2 100644 --- a/web/src/api/client.ts +++ b/web/src/api/client.ts @@ -224,7 +224,7 @@ export default class Client { if (!room) { throw new Error("Room not found") } - const state = await this.rpc.getRoomState(roomID, room.meta.current.has_member_list, refetch) + const state = await this.rpc.getRoomState(roomID, !room.meta.current.has_member_list, refetch) room.applyFullState(state) }