mirror of
https://github.com/friendica/friendica
synced 2025-05-23 23:44:12 +02:00
Replace the proxify function
This commit is contained in:
parent
db90e3bf25
commit
3deb384c54
2 changed files with 4 additions and 4 deletions
|
@ -1107,7 +1107,7 @@ class Feed
|
|||
XML::addElement($doc, $entry, "id", $item["uri"]);
|
||||
XML::addElement($doc, $entry, "title", html_entity_decode($title, ENT_QUOTES, 'UTF-8'));
|
||||
|
||||
$body = OStatus::formatPicturePost($item['body']);
|
||||
$body = OStatus::formatPicturePost($item['body'], $item['uri-id']);
|
||||
|
||||
$body = BBCode::convert($body, false, BBCode::OSTATUS);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue