mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-13 08:42:40 +01:00
Fix/Fix links to external users in Who to follow page
This commit is contained in:
parent
877a71fa41
commit
dd340bb9e3
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue