mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update ApiV1Controller
This commit is contained in:
parent
31d9e5fb9e
commit
e825b07d88
1 changed files with 7 additions and 7 deletions
|
@ -143,13 +143,13 @@ class ApiV1Controller extends Controller
|
|||
|
||||
$res = AccountService::getMastodon($id);
|
||||
|
||||
$res['source'] = [
|
||||
'privacy' => $res['locked'] ? 'private' : 'public',
|
||||
'sensitive' => false,
|
||||
'language' => null,
|
||||
'note' => '',
|
||||
'fields' => []
|
||||
];
|
||||
// $res['source'] = [
|
||||
// 'privacy' => $res['locked'] ? 'private' : 'public',
|
||||
// 'sensitive' => false,
|
||||
// 'language' => null,
|
||||
// 'note' => '',
|
||||
// 'fields' => []
|
||||
// ];
|
||||
|
||||
return response()->json($res);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue