mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-15 17:53:03 +00:00
use https profile images from twitter
This commit is contained in:
@@ -49,7 +49,7 @@ module.exports = {
|
||||
return {
|
||||
user: `@${item.user.screen_name}`,
|
||||
userLink: url,
|
||||
image: item.user.profile_image_url,
|
||||
image: item.user.profile_image_url_https,
|
||||
imageLink: url,
|
||||
body: twitterText.autoLink(item.text),
|
||||
timestamp: new Date(item.created_at),
|
||||
|
||||
Reference in New Issue
Block a user