Do not link mentions to external profiles
This commit is contained in:
parent
ff3f72abfc
commit
180a5719b8
@ -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
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user