mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Fix typo in ApiV1Controller
This commit is contained in:
parent
1be5925263
commit
350585d316
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