Sfoglia il codice sorgente

Merge pull request #4613 from pixelfed/staging

Update Profile AP transformer, fix context
daniel 1 anno fa
parent
commit
5dc397ec1f
1 ha cambiato i file con 2 aggiunte e 6 eliminazioni
  1. 2 6
      app/Transformer/ActivityPub/ProfileTransformer.php

+ 2 - 6
app/Transformer/ActivityPub/ProfileTransformer.php

@@ -15,9 +15,8 @@ class ProfileTransformer extends Fractal\TransformerAbstract
             'https://w3id.org/security/v1',
             'https://www.w3.org/ns/activitystreams',
             [
-              'manuallyApprovesFollowers' => 'as:manuallyApprovesFollowers',
               'pixelfed' => 'http://pixelfed.org/ns#',
-              'schema' => 'http://schema.org/',
+              'manuallyApprovesFollowers' => 'as:manuallyApprovesFollowers',
               'alsoKnownAs' => [
                     '@id' => 'as:alsoKnownAs',
                     '@type' => '@id'
@@ -26,10 +25,7 @@ class ProfileTransformer extends Fractal\TransformerAbstract
                     '@id' => 'as:movedTo',
                     '@type' => '@id'
               ],
-              'indexable' => [
-                '@id' => 'pixelfed:indexable',
-                '@type' => 'schema:Boolean'
-              ]
+              'indexable' => 'pixelfed:indexable',
             ],
           ],
           'id'                        => $profile->permalink(),