Explorar el Código

Remove sharedInbox until ready

Daniel Supernault hace 6 años
padre
commit
32df6a82ac
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  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(),
             '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',