From e54b877cf99d2b2f273f0d4ba6747af78e963fe7 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Sat, 12 Jun 2021 17:20:16 +0300 Subject: [PATCH] Chat: Hide call status until voice chats are implemented --- src/components/left/main/Chat.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/left/main/Chat.tsx b/src/components/left/main/Chat.tsx index d7d46dd31..5bb3e279f 100644 --- a/src/components/left/main/Chat.tsx +++ b/src/components/left/main/Chat.tsx @@ -41,7 +41,6 @@ import useEnsureMessage from '../../../hooks/useEnsureMessage'; import useChatContextActions from '../../../hooks/useChatContextActions'; import useFlag from '../../../hooks/useFlag'; import useMedia from '../../../hooks/useMedia'; -import ChatCallStatus from './ChatCallStatus'; import { ChatAnimationTypes } from './hooks'; import Avatar from '../../common/Avatar'; @@ -259,9 +258,6 @@ const Chat: FC = ({ isSavedMessages={privateChatUser && privateChatUser.isSelf} lastSyncTime={lastSyncTime} /> - {chat.isCallActive && ( - - )}