Merge branch 'fix/fix-link-to-external-users-in-who-to-follow-page' into 'develop'

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

See merge request pleroma/pleroma-fe!918
このコミットが含まれているのは:
HJ 2019-08-15 17:19:49 +00:00
コミット 9f6be4fe65
1個のファイルの変更2行の追加1行の削除

ファイルの表示

@ -21,7 +21,8 @@ const WhoToFollow = {
name: i.display_name, name: i.display_name,
screen_name: i.acct, screen_name: i.acct,
profile_image_url: i.avatar || '/images/avi.png', 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) this.users.push(user)