Update ApiV1Controller

pull/3129/head
Daniel Supernault 4 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 = AccountService::getMastodon($id);
$res['source'] = [ // $res['source'] = [
'privacy' => $res['locked'] ? 'private' : 'public', // 'privacy' => $res['locked'] ? 'private' : 'public',
'sensitive' => false, // 'sensitive' => false,
'language' => null, // 'language' => null,
'note' => '', // 'note' => '',
'fields' => [] // 'fields' => []
]; // ];
return response()->json($res); return response()->json($res);
} }

Loading…
Cancel
Save