From 7c69f8fe525299586e68f6c75735d26e3c84489e Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Thu, 26 Nov 2020 13:35:13 -0400 Subject: [PATCH] fix: code review --- .../Chat/ChatColumn/MessageComponents/ChatReply.qml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatReply.qml b/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatReply.qml index 8cae6532cc..e5f1d366f8 100644 --- a/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatReply.qml +++ b/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatReply.qml @@ -47,9 +47,7 @@ Loader { visible: repliedMessageType != Constants.imageType anchors.top: lblReplyAuthor.bottom anchors.topMargin: 5 - text: ``+ - ``+ - ``+ ``+ ``+ - `${Emoji.parse(Utils.linkifyAndXSS(repliedMessageContent))}`+ + `${Emoji.parse(Utils.linkifyAndXSS(repliedMessageContent), "26x26")}`+ ``+ `` textFormat: Text.RichText