Skip to content

Commit

Permalink
Update AccountTransformer
Browse files Browse the repository at this point in the history
  • Loading branch information
dansup committed Sep 24, 2019
1 parent fe522da commit 93c687c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Transformer/Api/AccountTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public function transform(Profile $profile)
'fields' => [],
'bot' => false,
'website' => $profile->website,
'software' => 'pixelfed',
'is_admin' => (bool) $is_admin,
];
}
Expand Down

0 comments on commit 93c687c

Please sign in to comment.