From dd340bb9e3c1a45aa9897cec5dc0432537d3c7d7 Mon Sep 17 00:00:00 2001 From: Hakaba Hitoyo Date: Thu, 15 Aug 2019 17:19:49 +0000 Subject: [PATCH] Fix/Fix links to external users in Who to follow page --- src/components/who_to_follow/who_to_follow.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/who_to_follow/who_to_follow.js b/src/components/who_to_follow/who_to_follow.js index f8100257..8fab6c4d 100644 --- a/src/components/who_to_follow/who_to_follow.js +++ b/src/components/who_to_follow/who_to_follow.js @@ -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)