Parse childrens in reply text

Fixes #11161

Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
Gheorghe Pinzaru 2020-09-22 17:56:27 +03:00 committed by andrey
parent 8eed842c62
commit 1969f9dfe0
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@
(= type "mention") (= type "mention")
@(re-frame/subscribe [:contacts/contact-name-by-identity literal]) @(re-frame/subscribe [:contacts/contact-name-by-identity literal])
(seq children)
(get-quoted-text-with-mentions children)
:else :else
literal)) literal))
parsed-text))) parsed-text)))