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

maybe-fix-revoke
Mark Felder 2023-01-02 12:20:53 -05:00
rodzic a37a2d7fff
commit 6b56e72f24
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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