mirror of
https://github.com/friendica/friendica
synced 2025-02-22 08:06:48 +00:00
Fix wrong attachement index
This commit is contained in:
parent
2cc522cdbe
commit
5a6c5e9a17
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class Attachment extends BaseFactory
|
|||
$preview = Proxy::proxifyUrl($attachment['url'], false, Proxy::SIZE_SMALL);
|
||||
}
|
||||
} else {
|
||||
$url = Proxy::proxifyUrl($attachment['url ']);
|
||||
$url = Proxy::proxifyUrl($attachment['url']);
|
||||
$preview = Proxy::proxifyUrl($attachment['preview'] ?? '');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue