mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 23:30:28 +03:00
Remove comment
This commit is contained in:
parent
9a3fc59ef0
commit
0fe90e5e6d
1 changed files with 0 additions and 5 deletions
|
|
@ -32,11 +32,6 @@ export function PersistentCallContainer({ isVisible }: PersistentCallContainerPr
|
||||||
const mx = useMatrixClient();
|
const mx = useMatrixClient();
|
||||||
const roomId = useSelectedRoom();
|
const roomId = useSelectedRoom();
|
||||||
const clientConfig = useClientConfig();
|
const clientConfig = useClientConfig();
|
||||||
// Make a new TSX element for usePowerLevels that falls in line with how they are using it for RoomView
|
|
||||||
// That way we avoid this lobby issue. We should still be able to plant that new element
|
|
||||||
// In the same blocks we have?
|
|
||||||
// If not we need to find some dummy ID to place as the default behavior.
|
|
||||||
// But the ideal is to avoid this check unless it CAN be applicable
|
|
||||||
const room = mx.getRoom(roomId);
|
const room = mx.getRoom(roomId);
|
||||||
|
|
||||||
logger.info(room);
|
logger.info(room);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue