From 06d60ac3518d370738af1a5f1d3769e7fc8f13ff Mon Sep 17 00:00:00 2001 From: Shlee Date: Thu, 13 Feb 2020 17:56:24 +0800 Subject: [PATCH] Update ProfileTransformer.php --- app/Transformer/ActivityPub/ProfileTransformer.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/Transformer/ActivityPub/ProfileTransformer.php b/app/Transformer/ActivityPub/ProfileTransformer.php index 8172e3773..dcfb0870d 100644 --- a/app/Transformer/ActivityPub/ProfileTransformer.php +++ b/app/Transformer/ActivityPub/ProfileTransformer.php @@ -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',