Update RemoteProfile component, change thumbnail url

pull/2587/head
Daniel Supernault 5 years ago
parent 1c608440a5
commit c1118956c3
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -253,7 +253,7 @@
shares: status.reblogs_count,
comments: status.reply_count
},
thumb: status.media_attachments[0].preview_url,
thumb: status.media_attachments[0].url,
media: status.media_attachments,
timestamp: status.created_at,
type: status.pf_type,

Loading…
Cancel
Save