mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-01 18:53:16 +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(),
|
'owner' => $profile->permalink(),
|
||||||
'publicKeyPem' => $profile->public_key,
|
'publicKeyPem' => $profile->public_key,
|
||||||
],
|
],
|
||||||
// remove shared inbox support until proper support
|
|
||||||
// 'endpoints' => [
|
|
||||||
// 'sharedInbox' => config('routes.api.sharedInbox'),
|
|
||||||
// ],
|
|
||||||
'icon' => [
|
'icon' => [
|
||||||
'type' => 'Image',
|
'type' => 'Image',
|
||||||
'mediaType' => 'image/jpeg',
|
'mediaType' => 'image/jpeg',
|
||||||
|
|
Loading…
Reference in a new issue