mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fixed #107
This commit is contained in:
@@ -47,6 +47,7 @@ const TimelineAttachment = React.memo(
|
||||
case 'image':
|
||||
imageUrls.push({
|
||||
id: attachment.id,
|
||||
preview_url: attachment.preview_url,
|
||||
url: attachment.url,
|
||||
remote_url: attachment.remote_url,
|
||||
blurhash: attachment.blurhash,
|
||||
@@ -107,6 +108,7 @@ const TimelineAttachment = React.memo(
|
||||
) {
|
||||
imageUrls.push({
|
||||
id: attachment.id,
|
||||
preview_url: attachment.preview_url,
|
||||
url: attachment.url,
|
||||
remote_url: attachment.remote_url,
|
||||
blurhash: attachment.blurhash,
|
||||
|
Reference in New Issue
Block a user