浏览代码

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