Update AccounTransformer

pull/1708/head
Daniel Supernault 6 years ago
parent 2484ed1e6d
commit 4899ff3479
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -36,13 +36,13 @@ class AccountTransformer extends Fractal\TransformerAbstract
'header_static' => null,
'header_bg' => $profile->header_bg,
'moved' => null,
'fields' => [],
'fields' => null,
'bot' => null,
'website' => $profile->website,
'software' => 'pixelfed',
'is_admin' => (bool) $is_admin,
'last_status_at' => null,
'emojis' => [],
'emojis' => null,
];
}

Loading…
Cancel
Save