diff options
Diffstat (limited to 'include/diaspora.php')
-rw-r--r-- | include/diaspora.php | 1 |
1 files changed, 1 insertions, 0 deletions
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); |