mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update ProfileTransformer.php
This commit is contained in:
parent
b629e4fd90
commit
06d60ac351
1 changed files with 0 additions and 4 deletions
|
@ -39,10 +39,6 @@ class ProfileTransformer extends Fractal\TransformerAbstract
|
|||
'owner' => $profile->permalink(),
|
||||
'publicKeyPem' => $profile->public_key,
|
||||
],
|
||||
// remove shared inbox support until proper support
|
||||
// 'endpoints' => [
|
||||
// 'sharedInbox' => config('routes.api.sharedInbox'),
|
||||
// ],
|
||||
'icon' => [
|
||||
'type' => 'Image',
|
||||
'mediaType' => 'image/jpeg',
|
||||
|
|
Loading…
Reference in a new issue