Providing the uri-id to "convert" when possible

This commit is contained in:
Michael 2021-07-06 12:34:48 +00:00
parent 098cd543ea
commit 37a76e70ef
5 changed files with 9 additions and 9 deletions

View 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);