mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
Update RemoteProfile component, change thumbnail url
This commit is contained in:
parent
1c608440a5
commit
c1118956c3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue