]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/DFRN.php
Providing the uri-id to "convert" when possible
[friendica.git] / src / Protocol / DFRN.php
index 797a3973b46e4c9254bc3dc0079b6cc70b7da82a..9ac40c0a2dafb499175b175dba106a6d9f133c1e 100644 (file)
@@ -918,7 +918,7 @@ class DFRN
                                $htmlbody = "[b]" . $item['title'] . "[/b]\n\n" . $htmlbody;
                        }
 
-                       $htmlbody = BBCode::convert($htmlbody, false, BBCode::OSTATUS);
+                       $htmlbody = BBCode::convert($htmlbody, false, BBCode::OSTATUS, false, $item['uri-id']);
                }
 
                $author = self::addEntryAuthor($doc, "author", $item["author-link"], $item);