]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Feed.php
Fix missing attached links in posts
[friendica.git] / src / Protocol / Feed.php
index 7d778ee582bb2836486147b418d10e291c800b83..cbffd810c1d03b444faeedac9cd9ae201b2d623c 100644 (file)
@@ -1124,6 +1124,7 @@ class Feed
                XML::addElement($doc, $entry, 'title', html_entity_decode($title, ENT_QUOTES, 'UTF-8'));
 
                $body = Post\Media::addAttachmentsToBody($item['uri-id'], DI::contentItem()->addSharedPost($item));
+               $body = Post\Media::addHTMLAttachmentToBody($item['uri-id'], $body);
 
                $body = BBCode::convertForUriId($item['uri-id'], $body, BBCode::ACTIVITYPUB);