diff --git a/src/status_im/ui/screens/chat/components/reply.cljs b/src/status_im/ui/screens/chat/components/reply.cljs index 579fa8dd32..23100dd891 100644 --- a/src/status_im/ui/screens/chat/components/reply.cljs +++ b/src/status_im/ui/screens/chat/components/reply.cljs @@ -36,6 +36,9 @@ (= type "mention") @(re-frame/subscribe [:contacts/contact-name-by-identity literal]) + (seq children) + (get-quoted-text-with-mentions children) + :else literal)) parsed-text)))