Skip to content
Snippets Groups Projects
Unverified Commit 80791f05 authored by Robb Lewis's avatar Robb Lewis
Browse files

WHatever

parent 2ce90ddb
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -59,6 +59,8 @@ class Tweet extends Model
{
if ($this->type != TweetType::TYPE_REPLY) return false;
 
if (! isset($this->extra['in_reply_to_status_id_str'])) return false;
return [
'id' => $this->extra['in_reply_to_status_id_str'],
'username' => $this->extra['in_reply_to_screen_name'],
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment