Update AccountTransformer, add website

pull/1373/head
Daniel Supernault 6 years ago
parent f6e652223d
commit c694abc23a
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -30,7 +30,7 @@ class AccountTransformer extends Fractal\TransformerAbstract
'moved' => null,
'fields' => null,
'bot' => null,
'website' => null,
'website' => $profile->website,
'software' => 'pixelfed',
'is_admin' => (bool) $is_admin
];

Loading…
Cancel
Save