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…
Reference in New Issue