forked from github/cinny
Remove text chat for now
This commit is contained in:
@@ -195,7 +195,7 @@ export function PersistentCallContainer({ isVisible }: PersistentCallContainerPr
|
|||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
<Box direction="Column" style={{ position: 'relative' }}>
|
<Box direction="Column" style={{ position: 'relative' }}>
|
||||||
{activeCallRoomId && roomId && room !== null && (
|
{false && activeCallRoomId && roomId && room !== null && (
|
||||||
<PowerLevelsContainer>
|
<PowerLevelsContainer>
|
||||||
<RoomView room={room} eventId={eventId} />
|
<RoomView room={room} eventId={eventId} />
|
||||||
</PowerLevelsContainer>
|
</PowerLevelsContainer>
|
||||||
|
|||||||
Reference in New Issue
Block a user