mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
Merge pull request #3161 from pixelfed/staging
Fix typo in ApiV1Controller
This commit is contained in:
commit
ea17d763e8
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ class ApiV1Controller extends Controller
|
|||
abort_if(!$user, 403);
|
||||
abort_if($user->status != null, 403);
|
||||
|
||||
$res = AccountService::getMastodon($id);
|
||||
$res = AccountService::getMastodon($user->profile_id);
|
||||
|
||||
$res['source'] = [
|
||||
'privacy' => $res['locked'] ? 'private' : 'public',
|
||||
|
|
Loading…
Reference in a new issue