Parse childrens in reply text
Fixes #11161 Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
8eed842c62
commit
1969f9dfe0
|
@ -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)))
|
||||||
|
|
Loading…
Reference in New Issue