1
0
Fork 0

Update ProfileTransformer.php

This commit is contained in:
Shlee 2020-02-13 17:56:24 +08:00 committed by GitHub
parent b629e4fd90
commit 06d60ac351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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',