mirror of
https://github.com/friendica/friendica
synced 2025-04-23 21:10:12 +00:00
Providing the uri-id to "convert" when possible
This commit is contained in:
parent
098cd543ea
commit
37a76e70ef
5 changed files with 9 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue