mirror of
https://github.com/friendica/friendica
synced 2025-04-21 18:30:11 +00:00
Transmit preview link
This commit is contained in:
parent
3780e51806
commit
5ee0f6e5e1
3 changed files with 43 additions and 19 deletions
|
@ -126,6 +126,7 @@ class Processor
|
|||
$data['url'] = $attachment['url'];
|
||||
$data['mimetype'] = $attachment['mediaType'];
|
||||
$data['height'] = $attachment['height'] ?? null;
|
||||
$data['width'] = $attachment['width'] ?? null;
|
||||
$data['size'] = $attachment['size'] ?? null;
|
||||
$data['preview'] = $attachment['image'] ?? null;
|
||||
$data['description'] = $attachment['name'] ?? null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue