]> git.mxchange.org Git - friendica.git/blobdiff - mod/item.php
Add tests for BBCode::fetchShareAttributes
[friendica.git] / mod / item.php
index 71c1568f6d6da105d11053b4951fff8e8c70ff69..adfdc4cb0375812fe4346b2a135c36097c8c4b28 100644 (file)
@@ -623,7 +623,9 @@ function item_post(App $a) {
                $datarray["author-network"] = Protocol::DFRN;
                $datarray["author-updated"] = '';
                $datarray["author-gsid"] = 0;
+               $datarray["author-uri-id"] = ItemURI::getIdByURI($datarray["author-link"]);
                $datarray["owner-updated"] = '';
+               $datarray["has-media"] = false;
 
                $o = DI::conversation()->create([array_merge($contact_record, $datarray)], 'search', false, true);