From 6f9fde997bd0d6c59045220a1afc2060b857c83a Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 16 Mar 2014 15:20:04 -0700 Subject: this is the correct fix --- include/api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/api.php b/include/api.php index f39039332..dd6733fe0 100644 --- a/include/api.php +++ b/include/api.php @@ -1552,8 +1552,8 @@ require_once('include/items.php'); 'geo' => '', 'favorited' => (($item['item_flags'] & ITEM_STARRED) ? true : false), 'user' => $status_user , - //'statusnet_html' => trim(prepare_text($item['body']),$item['mimetype']), - 'statusnet_html' => trim(prepare_text($item['body'])), + 'statusnet_html' => trim(prepare_text($item['body'],$item['mimetype'])), + 'statusnet_conversation_id' => $item['parent'], ); -- cgit v1.2.3