mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Image viewer use blurhash as loading placeholder
This commit is contained in:
@ -49,6 +49,7 @@ const TimelineAttachment = React.memo(
|
||||
id: attachment.id,
|
||||
url: attachment.url,
|
||||
remote_url: attachment.remote_url,
|
||||
blurhash: attachment.blurhash,
|
||||
width: attachment.meta?.original?.width,
|
||||
height: attachment.meta?.original?.height
|
||||
})
|
||||
|
Reference in New Issue
Block a user