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-02-13 12:33:51 +01:00
parent 4c8003b533
commit 0c76fb642d
5 changed files with 17 additions and 12 deletions

View File

@ -50,8 +50,6 @@ const TimelineAttachment: React.FC<Props> = ({ status }) => {
case 'image':
imageUrls.push({
url: attachment.url,
width: attachment.meta?.original?.width,
height: attachment.meta?.original?.height,
preview_url: attachment.preview_url,
remote_url: attachment.remote_url,
imageIndex: index