Remove text chat for now

This commit is contained in:
GigiaJ 2025-04-21 21:05:14 -04:00
parent 39e7de3d21
commit 5ae806444e

View file

@ -195,7 +195,7 @@ export function PersistentCallContainer({ isVisible }: PersistentCallContainerPr
</Box>
</Box>
<Box direction="Column" style={{ position: 'relative' }}>
{activeCallRoomId && roomId && room !== null && (
{false && activeCallRoomId && roomId && room !== null && (
<PowerLevelsContainer>
<RoomView room={room} eventId={eventId} />
</PowerLevelsContainer>