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")
|
||||
@(re-frame/subscribe [:contacts/contact-name-by-identity literal])
|
||||
|
||||
(seq children)
|
||||
(get-quoted-text-with-mentions children)
|
||||
|
||||
:else
|
||||
literal))
|
||||
parsed-text)))
|
||||
|
|
Loading…
Reference in New Issue