mirror of
https://github.com/status-im/status-react.git
synced 2025-03-01 11:00:51 +00:00
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…
x
Reference in New Issue
Block a user