mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-08 16:20:28 +03:00
Remove unused
This commit is contained in:
parent
99576a2432
commit
f3c0aebda2
1 changed files with 0 additions and 4 deletions
|
|
@ -226,11 +226,8 @@ export function RoomNavItem({
|
|||
const unread = useRoomUnread(room.roomId, roomToUnreadAtom);
|
||||
const {
|
||||
activeCallRoomId,
|
||||
viewedCallRoomId,
|
||||
setActiveCallRoomId,
|
||||
setViewedCallRoomId,
|
||||
registerViewedClientWidgetApi,
|
||||
viewedClientWidgetApi,
|
||||
isChatOpen,
|
||||
toggleChat,
|
||||
hangUp,
|
||||
|
|
@ -239,7 +236,6 @@ export function RoomNavItem({
|
|||
(receipt) => receipt.userId !== mx.getUserId()
|
||||
);
|
||||
const { navigateRoom } = useRoomNavigate();
|
||||
const { roomIdOrAlias: viewedRoomId } = useParams();
|
||||
const screenSize = useScreenSizeContext();
|
||||
const isMobile = screenSize === ScreenSize.Mobile;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue