|
@@ -38,6 +38,7 @@ switch($_['action']){
|
|
|
if(!$sketch->state && $sketch->creator != $myUser->login) continue;
|
|
|
|
|
|
$row = $sketch->toArray();
|
|
|
+ $row['comment'] = truncate($row['comment'],70);
|
|
|
$row['picture'] = $sketch->picture();
|
|
|
$row['created'] = relative_time($row['created']);
|
|
|
$response['rows'][] = $row;
|