Update RemoteProfile component, change thumbnail url

This commit is contained in:
Daniel Supernault 2021-01-24 13:36:26 -07:00
parent 1c608440a5
commit c1118956c3
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -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,