Videos are now working as well

This commit is contained in:
Michael 2021-06-10 19:55:43 +00:00
parent 945f482ba3
commit 4ea30af752
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@ class Attachment extends BaseFactory
$preview = Proxy::proxifyUrl($attachment['url'], false, Proxy::SIZE_SMALL);
}
} else {
$url = '';
$preview = '';
$url = $attachment['url'];
$preview = $attachment['preview'] ?? '';
}
$object = new \Friendica\Object\Api\Mastodon\Attachment($attachment, $type, $url, $preview, $remote);