Fix images in timelines not using the preview URL which can leverage Pleroma Media Preview Proxy
This commit is contained in:
parent
a37a2d7fff
commit
6b56e72f24
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue