mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update ProfileTransformer
This commit is contained in:
parent
c14314d70f
commit
bc42a0d1f4
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ class ProfileTransformer extends Fractal\TransformerAbstract
|
|||
'https://w3id.org/security/v1',
|
||||
[
|
||||
"manuallyApprovesFollowers" => "as:manuallyApprovesFollowers",
|
||||
"featured" => 'https://pixelfed.org/ns/featured',
|
||||
"featured" => [
|
||||
"https://pixelfed.org/ns#featured" => ["@type" => "@id"],
|
||||
]
|
||||
]
|
||||
],
|
||||
'id' => $profile->permalink(),
|
||||
|
|
Loading…
Reference in a new issue