sforkowany z mirror/soapbox
Fix images in timelines not using the preview URL which can leverage Pleroma Media Preview Proxy
rodzic
a37a2d7fff
commit
6b56e72f24
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue