mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 00:03:16 +00:00
Update AccountTransformer
This commit is contained in:
parent
059aca3e62
commit
138ce38a5e
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ class AccountTransformer extends Fractal\TransformerAbstract
|
||||||
'avatar_static' => $profile->avatarUrl(),
|
'avatar_static' => $profile->avatarUrl(),
|
||||||
'header' => null,
|
'header' => null,
|
||||||
'header_static' => null,
|
'header_static' => null,
|
||||||
|
'header_bg' => $profile->header_bg,
|
||||||
'moved' => null,
|
'moved' => null,
|
||||||
'fields' => null,
|
'fields' => null,
|
||||||
'bot' => null,
|
'bot' => null,
|
||||||
|
|
Loading…
Reference in a new issue