Fix images in timelines not using the preview URL which can leverage Pleroma Media Preview Proxy

This commit is contained in:
Mark Felder 2023-01-02 12:20:53 -05:00
parent a37a2d7fff
commit 6b56e72f24

View file

@ -171,7 +171,7 @@ const Item: React.FC<IItem> = ({
> >
<StillImage <StillImage
className='w-full h-full' className='w-full h-full'
src={attachment.url} src={attachment.preview_url}
alt={attachment.description} alt={attachment.description}
letterboxed={letterboxed} letterboxed={letterboxed}
showExt showExt