This commit is contained in:
Half-Shot
2025-10-06 17:42:06 +01:00
parent eca716b74d
commit a33fda5637

View File

@@ -151,7 +151,7 @@ export const RoomPage: FC = () => {
: E2eeType.NONE, : E2eeType.NONE,
}, },
}} }}
onEnter={(): void => knock?.()} onEnter={async (): Promise<void> => knock?.()}
enterLabel={label} enterLabel={label}
waitingForInvite={groupCallState.kind === "waitForInvite"} waitingForInvite={groupCallState.kind === "waitForInvite"}
confineToRoom={confineToRoom} confineToRoom={confineToRoom}