mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-25 22:10:47 +00:00
Remove sharedInbox until ready
This commit is contained in:
parent
5b90bec1b3
commit
32df6a82ac
1 changed files with 4 additions and 3 deletions
|
@ -39,9 +39,10 @@ class ProfileTransformer extends Fractal\TransformerAbstract
|
||||||
'owner' => $profile->permalink(),
|
'owner' => $profile->permalink(),
|
||||||
'publicKeyPem' => $profile->public_key,
|
'publicKeyPem' => $profile->public_key,
|
||||||
],
|
],
|
||||||
'endpoints' => [
|
// remove shared inbox support until proper support
|
||||||
'sharedInbox' => config('routes.api.sharedInbox'),
|
// 'endpoints' => [
|
||||||
],
|
// 'sharedInbox' => config('routes.api.sharedInbox'),
|
||||||
|
// ],
|
||||||
'icon' => [
|
'icon' => [
|
||||||
'type' => 'Image',
|
'type' => 'Image',
|
||||||
'mediaType' => 'image/jpeg',
|
'mediaType' => 'image/jpeg',
|
||||||
|
|
Loading…
Reference in a new issue