mirror of
https://github.com/friendica/friendica
synced 2025-04-28 02:30:16 +00:00
The "share" handling is improved
This commit is contained in:
parent
4930737cc4
commit
f54a886a5e
14 changed files with 74 additions and 111 deletions
|
@ -438,7 +438,7 @@ class Feed
|
|||
}
|
||||
|
||||
if (!empty($href)) {
|
||||
$attachment = ['type' => Post\Media::UNKNOWN, 'url' => $href, 'mimetype' => $type, 'size' => $length];
|
||||
$attachment = ['uri-id' => -1, 'type' => Post\Media::UNKNOWN, 'url' => $href, 'mimetype' => $type, 'size' => $length];
|
||||
|
||||
$attachment = Post\Media::fetchAdditionalData($attachment);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue