From ce1d6630d7cfabc96a618b1f610ab42e0421cdde Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 1 Aug 2019 22:36:54 -0600 Subject: [PATCH] Update AP ProfileTransformer --- app/Transformer/ActivityPub/ProfileTransformer.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Transformer/ActivityPub/ProfileTransformer.php b/app/Transformer/ActivityPub/ProfileTransformer.php index 97617bdf0..8172e3773 100644 --- a/app/Transformer/ActivityPub/ProfileTransformer.php +++ b/app/Transformer/ActivityPub/ProfileTransformer.php @@ -15,6 +15,9 @@ class ProfileTransformer extends Fractal\TransformerAbstract 'https://w3id.org/security/v1', [ 'manuallyApprovesFollowers' => 'as:manuallyApprovesFollowers', + 'PropertyValue' => 'schema:PropertyValue', + 'schema' => 'http://schema.org#', + 'value' => 'schema:value' ], ], 'id' => $profile->permalink(),