diff --git a/src/status_im2/contexts/chat/composer/reply/view.cljs b/src/status_im2/contexts/chat/composer/reply/view.cljs index 88f8c79ab2..c5457e4aea 100644 --- a/src/status_im2/contexts/chat/composer/reply/view.cljs +++ b/src/status_im2/contexts/chat/composer/reply/view.cljs @@ -23,6 +23,9 @@ (= type "mention") (rf/sub [:messages/resolve-mention literal]) + (= type "status-tag") + (str "#" literal) + (seq children) (get-quoted-text-with-mentions children)