diff --git a/resources/assets/js/components/RemoteProfile.vue b/resources/assets/js/components/RemoteProfile.vue index 4c98abc4b..d8289761b 100644 --- a/resources/assets/js/components/RemoteProfile.vue +++ b/resources/assets/js/components/RemoteProfile.vue @@ -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,