diff --git a/app/Profile.php b/app/Profile.php index 2d9ef3fdc..0b2aa9460 100644 --- a/app/Profile.php +++ b/app/Profile.php @@ -277,7 +277,7 @@ class Profile extends Model public function getAudienceInbox($scope = 'public') { - return FollowerService::audience($this->id, $scope); + return FollowerService::audience($this, $scope); } public function circles()