Update AccountTransformer

This commit is contained in:
Daniel Supernault 2019-09-24 11:56:56 -06:00
parent fe522da8db
commit 93c687c7a0
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class AccountTransformer extends Fractal\TransformerAbstract
'fields' => [],
'bot' => false,
'website' => $profile->website,
'software' => 'pixelfed',
'is_admin' => (bool) $is_admin,
];
}