From 0fe90e5e6d10bdcc8b0d25c5483863d02fee8dc0 Mon Sep 17 00:00:00 2001 From: GigiaJ Date: Sun, 20 Apr 2025 14:39:30 -0400 Subject: [PATCH] Remove comment --- src/app/pages/call/PersistentCallContainer.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/pages/call/PersistentCallContainer.tsx b/src/app/pages/call/PersistentCallContainer.tsx index cf391a0a..12f7beba 100644 --- a/src/app/pages/call/PersistentCallContainer.tsx +++ b/src/app/pages/call/PersistentCallContainer.tsx @@ -32,11 +32,6 @@ export function PersistentCallContainer({ isVisible }: PersistentCallContainerPr const mx = useMatrixClient(); const roomId = useSelectedRoom(); 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); logger.info(room);