Update Profile model

pull/628/head
Daniel Supernault 6 years ago
parent 21ec1704df
commit 825fcd6fe4
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -156,6 +156,7 @@ class Profile extends Model
public function statusCount() public function statusCount()
{ {
return $this->statuses() return $this->statuses()
->getQuery()
->whereHas('media') ->whereHas('media')
->whereNull('in_reply_to_id') ->whereNull('in_reply_to_id')
->whereNull('reblog_of_id') ->whereNull('reblog_of_id')

Loading…
Cancel
Save