profile likes

This commit is contained in:
friendica
2014-06-22 22:16:26 -07:00
parent 535aa28526
commit c4c1c37bd3
6 changed files with 225 additions and 57 deletions

View File

@@ -95,7 +95,10 @@ function localize_item(&$item){
if(! $item['object'])
return;
if($item['item_flags'] & ITEM_THREAD_TOP)
return;
$obj = json_decode_plus($item['object']);
if((! $obj) && ($item['object'])) {
logger('localize_item: failed to decode object: ' . print_r($item['object'],true));