Update ApiV1Controller

pull/3129/head
Daniel Supernault 3 years ago
parent 31d9e5fb9e
commit e825b07d88
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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…
Cancel
Save