diff --git a/app/Tweet.php b/app/Tweet.php index d856a4a..1fea4b8 100644 --- a/app/Tweet.php +++ b/app/Tweet.php @@ -56,7 +56,7 @@ class Tweet extends Model } public function twitter_permalink() { - return 'https://twitter.com/'.($this->player ? $this->player->twitter : $this->author_username).'/status/'.$this->tweet_id; + return 'https://twitter.com/'.($this->player ? $this->player->twitter : '_').'/status/'.$this->tweet_id; } public static function claimed_timeout() {