mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 15:30:27 +03:00
Remove text chat for now
This commit is contained in:
parent
39e7de3d21
commit
5ae806444e
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue