mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 07:20:29 +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 direction="Column" style={{ position: 'relative' }}>
|
||||
{activeCallRoomId && roomId && room !== null && (
|
||||
{false && activeCallRoomId && roomId && room !== null && (
|
||||
<PowerLevelsContainer>
|
||||
<RoomView room={room} eventId={eventId} />
|
||||
</PowerLevelsContainer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue