1
0
Fork 0

Do not link mentions to external profiles

This commit is contained in:
Ryan Fox 2022-01-21 02:11:52 -08:00
parent ff3f72abfc
commit 180a5719b8
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ statusActionsView status currentUser showApp =
mentionView : Mention -> Html Msg
mentionView mention =
a
[ href mention.url
[ href ("#account/"++mention.id)
, class "mention" ]
[ text <| "@" ++ mention.username
]