mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-22 23:09:41 +00:00
Update AP ProfileTransformer
This commit is contained in:
parent
396848b20b
commit
ce1d6630d7
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ class ProfileTransformer extends Fractal\TransformerAbstract
|
||||||
'https://w3id.org/security/v1',
|
'https://w3id.org/security/v1',
|
||||||
[
|
[
|
||||||
'manuallyApprovesFollowers' => 'as:manuallyApprovesFollowers',
|
'manuallyApprovesFollowers' => 'as:manuallyApprovesFollowers',
|
||||||
|
'PropertyValue' => 'schema:PropertyValue',
|
||||||
|
'schema' => 'http://schema.org#',
|
||||||
|
'value' => 'schema:value'
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'id' => $profile->permalink(),
|
'id' => $profile->permalink(),
|
||||||
|
|
Loading…
Reference in a new issue