Remove sharedInbox until ready

This commit is contained in:
Daniel Supernault 2018-10-17 18:16:37 -06:00
parent 5b90bec1b3
commit 32df6a82ac
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 4 additions and 3 deletions

View File

@ -39,9 +39,10 @@ class ProfileTransformer extends Fractal\TransformerAbstract
'owner' => $profile->permalink(),
'publicKeyPem' => $profile->public_key,
],
'endpoints' => [
'sharedInbox' => config('routes.api.sharedInbox'),
],
// remove shared inbox support until proper support
// 'endpoints' => [
// 'sharedInbox' => config('routes.api.sharedInbox'),
// ],
'icon' => [
'type' => 'Image',
'mediaType' => 'image/jpeg',