diff --git a/app/Profile.php b/app/Profile.php index 5dc6599ee..4176a3101 100644 --- a/app/Profile.php +++ b/app/Profile.php @@ -156,6 +156,7 @@ class Profile extends Model public function statusCount() { return $this->statuses() + ->getQuery() ->whereHas('media') ->whereNull('in_reply_to_id') ->whereNull('reblog_of_id')