1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-23 08:14:10 +00:00

Update AccountTransformer

This commit is contained in:
Daniel Supernault 2019-02-10 21:48:40 -07:00
parent 7a863fce94
commit 125d694086
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

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