diff --git a/src/components/right/ChatExtra.tsx b/src/components/right/ChatExtra.tsx index c30a26cb7..31a0c52ff 100644 --- a/src/components/right/ChatExtra.tsx +++ b/src/components/right/ChatExtra.tsx @@ -35,7 +35,7 @@ const ChatExtra: FC = ({ chat }) => {
-

{renderText(description, ['br', 'links'])}

+

{renderText(description, ['br', 'links', 'emoji'])}

{lang('Info')}

diff --git a/src/components/right/UserExtra.tsx b/src/components/right/UserExtra.tsx index 67b231585..df06edc58 100644 --- a/src/components/right/UserExtra.tsx +++ b/src/components/right/UserExtra.tsx @@ -53,7 +53,7 @@ const UserExtra: FC = ({
-

{renderText(bio, ['br', 'links'])}

+

{renderText(bio, ['br', 'links', 'emoji'])}

{lang('UserBio')}