From 9634bb514f3c431027a51baa39647681db598987 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 15 Aug 2011 19:46:47 -0700 Subject: [PATCH] doh! add body to the item --- include/diaspora.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/diaspora.php b/include/diaspora.php index 87626cb63d..ada7f63ab4 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -391,6 +391,7 @@ function diaspora_post($importer,$contact,$xml) { $datarray['author-name'] = $contact['name']; $datarray['author-link'] = $contact['url']; $datarray['author-avatar'] = $contact['thumb']; + $datarray['body'] = $body; item_store($datarray);