浏览代码

Remove sharedInbox until ready

Daniel Supernault 6 年之前
父节点
当前提交
32df6a82ac
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      app/Transformer/ActivityPub/ProfileTransformer.php

+ 4 - 3
app/Transformer/ActivityPub/ProfileTransformer.php

@@ -39,9 +39,10 @@ class ProfileTransformer extends Fractal\TransformerAbstract
             'owner'        => $profile->permalink(),
             'owner'        => $profile->permalink(),
             'publicKeyPem' => $profile->public_key,
             'publicKeyPem' => $profile->public_key,
           ],
           ],
-          'endpoints' => [
-            'sharedInbox' => config('routes.api.sharedInbox'),
-          ],
+          // remove shared inbox support until proper support
+          // 'endpoints' => [
+          //   'sharedInbox' => config('routes.api.sharedInbox'),
+          // ],
           'icon' => [
           'icon' => [
             'type'      => 'Image',
             'type'      => 'Image',
             'mediaType' => 'image/jpeg',
             'mediaType' => 'image/jpeg',