fix: show hashtag in chat when replying/copying (#17374)

This commit is contained in:
Lungu Cristian 2023-10-03 11:55:22 +03:00 committed by GitHub
parent 1286188005
commit dfc972079f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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)