mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-23 08:14:10 +00:00
Update AccountTransformer
This commit is contained in:
parent
7a863fce94
commit
125d694086
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue