mirror of https://github.com/pixelfed/pixelfed.git
Update RemoteProfile component, change thumbnail url
This commit is contained in:
parent
1c608440a5
commit
c1118956c3
|
@ -253,7 +253,7 @@
|
||||||
shares: status.reblogs_count,
|
shares: status.reblogs_count,
|
||||||
comments: status.reply_count
|
comments: status.reply_count
|
||||||
},
|
},
|
||||||
thumb: status.media_attachments[0].preview_url,
|
thumb: status.media_attachments[0].url,
|
||||||
media: status.media_attachments,
|
media: status.media_attachments,
|
||||||
timestamp: status.created_at,
|
timestamp: status.created_at,
|
||||||
type: status.pf_type,
|
type: status.pf_type,
|
||||||
|
|
Loading…
Reference in New Issue