Fix fatal errors / added some API todo

This commit is contained in:
Michael 2021-05-17 19:20:31 +00:00
parent 87db6dc489
commit 916c51c630
3 changed files with 3 additions and 2 deletions

View file

@ -899,7 +899,7 @@ class DFRN
$entry->setAttribute("xmlns:statusnet", ActivityNamespace::STATUSNET);
}
$body = Post\Media::addAttachmentsToBody($item['uri-id'], $item['body']);
$body = Post\Media::addAttachmentsToBody($item['uri-id'], $item['body'] ?? '');
if ($item['private'] == Item::PRIVATE) {
$body = Item::fixPrivatePhotos($body, $owner['uid'], $item, $cid);