diff --git a/app/Transformer/ActivityPub/ProfileTransformer.php b/app/Transformer/ActivityPub/ProfileTransformer.php index c576b38b3..d270e8c18 100644 --- a/app/Transformer/ActivityPub/ProfileTransformer.php +++ b/app/Transformer/ActivityPub/ProfileTransformer.php @@ -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',