'https://www.w3.org/ns/activitystreams', 'id' => $story->permalink(), 'type' => 'Add', 'actor' => $story->profile->permalink(), 'to' => [ $story->profile->permalink('/followers') ], 'object' => [ 'id' => $story->url(), 'type' => 'Story', 'object' => $story->bearcapUrl(), ] ]; } }