mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update Profile AP transformer, fix context
This commit is contained in:
parent
23bc985b36
commit
817b494703
1 changed files with 2 additions and 6 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue