mirror of
https://github.com/friendica/friendica
synced 2025-05-09 23:44:09 +02:00
Fix missing attached links in posts
This commit is contained in:
parent
11527761d7
commit
b761760d65
10 changed files with 80 additions and 0 deletions
|
@ -1639,6 +1639,8 @@ class Transmitter
|
|||
|
||||
$real_quote = false;
|
||||
|
||||
$item = Post\Media::addHTMLAttachmentToItem($item);
|
||||
|
||||
$body = $item['body'];
|
||||
|
||||
if ($type == 'Note') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue