diff --git a/src/components/common/PrivateChatInfo.tsx b/src/components/common/PrivateChatInfo.tsx index 64625547f..bf4183cd5 100644 --- a/src/components/common/PrivateChatInfo.tsx +++ b/src/components/common/PrivateChatInfo.tsx @@ -36,6 +36,7 @@ type OwnProps = { withUsername?: boolean; withFullInfo?: boolean; withUpdatingStatus?: boolean; + noEmojiStatus?: boolean; emojiStatusSize?: number; noStatusOrTyping?: boolean; noRtl?: boolean; @@ -62,6 +63,7 @@ const PrivateChatInfo: FC = ({ withUpdatingStatus, emojiStatusSize, noStatusOrTyping, + noEmojiStatus, noRtl, user, userStatus, @@ -149,7 +151,7 @@ const PrivateChatInfo: FC = ({
@@ -161,7 +163,7 @@ const PrivateChatInfo: FC = ({ return ( diff --git a/src/components/right/management/ManageUser.tsx b/src/components/right/management/ManageUser.tsx index 66fd0fff1..321b94d2a 100644 --- a/src/components/right/management/ManageUser.tsx +++ b/src/components/right/management/ManageUser.tsx @@ -188,7 +188,8 @@ const ManageUser: FC = ({