doh! add body to the item
This commit is contained in:
parent
a93b6757b1
commit
9634bb514f
|
@ -391,6 +391,7 @@ function diaspora_post($importer,$contact,$xml) {
|
||||||
$datarray['author-name'] = $contact['name'];
|
$datarray['author-name'] = $contact['name'];
|
||||||
$datarray['author-link'] = $contact['url'];
|
$datarray['author-link'] = $contact['url'];
|
||||||
$datarray['author-avatar'] = $contact['thumb'];
|
$datarray['author-avatar'] = $contact['thumb'];
|
||||||
|
$datarray['body'] = $body;
|
||||||
|
|
||||||
item_store($datarray);
|
item_store($datarray);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue