id = $status->uri; $this->content = $status->message_html; $this->published = $status->published_at->format(DATE_W3C); $this->attributedTo = $status->actor->uri; if ($status->in_reply_to_id !== null) { $this->inReplyTo = $status->reply_to_status->uri; } $this->replies = url_to('status-replies', $status->actor->username, $status->id); $this->cc = [$status->actor->followers_url]; } }