mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update Profile model, fix getAudienceInbox method
This commit is contained in:
parent
03199e2f68
commit
5916f8c76a
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ class Profile extends Model
|
||||||
|
|
||||||
public function getAudienceInbox($scope = 'public')
|
public function getAudienceInbox($scope = 'public')
|
||||||
{
|
{
|
||||||
return FollowerService::audience($this->id, $scope);
|
return FollowerService::audience($this, $scope);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function circles()
|
public function circles()
|
||||||
|
|
Loading…
Reference in a new issue