mirror of
https://github.com/status-im/status-react.git
synced 2025-02-09 09:34:55 +00:00
fix: show hashtag in chat when replying/copying (#17374)
This commit is contained in:
parent
1286188005
commit
dfc972079f
@ -23,6 +23,9 @@
|
|||||||
(= type "mention")
|
(= type "mention")
|
||||||
(rf/sub [:messages/resolve-mention literal])
|
(rf/sub [:messages/resolve-mention literal])
|
||||||
|
|
||||||
|
(= type "status-tag")
|
||||||
|
(str "#" literal)
|
||||||
|
|
||||||
(seq children)
|
(seq children)
|
||||||
(get-quoted-text-with-mentions children)
|
(get-quoted-text-with-mentions children)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user