1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
Zhiyuan Zheng
2021-04-19 17:15:52 +02:00
parent 292101ab30
commit 7a12792393
5 changed files with 22 additions and 8 deletions

View File

@@ -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,