소스 검색

Update ProfileTransformer.php

Shlee 5 년 전
부모
커밋
06d60ac351
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      app/Transformer/ActivityPub/ProfileTransformer.php

+ 0 - 4
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',