mirror of
https://github.com/status-im/status-react.git
synced 2025-02-03 14:46:05 +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")
|
||||
(rf/sub [:messages/resolve-mention literal])
|
||||
|
||||
(= type "status-tag")
|
||||
(str "#" literal)
|
||||
|
||||
(seq children)
|
||||
(get-quoted-text-with-mentions children)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user