$feed['id'], 'uid' => $feed['uid'], 'follow_uid' => $feed['follow_uid'], 'follow_username' => subtext($feed['follow_username'], 10), 'follow_avatar' => $feed['follow_avatar'], // 'follow_status' => $this->getFollowStatus($feed['uid'],$feed['follow_uid']), 'type' => $feed['type'], 'relate_id' => $feed['relate_id'], 'relate_data' => !empty($feed['relate_data'])?$feed['relate_data']:null, 'content' => !empty($feed['content'])?json_decode($feed['content']):null, 'created_at' => Carbon::parse($feed['created_at'])->diffForHumans(), ]; } }