Skip to content
Snippets Groups Projects
Commit dd340bb9 authored by Hakaba Hitoyo's avatar Hakaba Hitoyo Committed by HJ
Browse files

Fix/Fix links to external users in Who to follow page

parent 877a71fa
No related branches found
No related tags found
1 merge request!1028`master` refresh with `develop`
......@@ -21,7 +21,8 @@ const WhoToFollow = {
name: i.display_name,
screen_name: i.acct,
profile_image_url: i.avatar || '/images/avi.png',
profile_image_url_original: i.avatar || '/images/avi.png'
profile_image_url_original: i.avatar || '/images/avi.png',
statusnet_profile_url: i.url
}
this.users.push(user)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment