From 9634bb514f3c431027a51baa39647681db598987 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 15 Aug 2011 19:46:47 -0700 Subject: doh! add body to the item --- include/diaspora.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/diaspora.php') diff --git a/include/diaspora.php b/include/diaspora.php index 87626cb63..ada7f63ab 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); -- cgit v1.2.3