better pronoun

This commit is contained in:
Jonny Barnes 2017-09-13 17:36:48 +01:00
parent 4088cdde5b
commit 9ace4100bc

View file

@ -23,7 +23,7 @@ class ActivityStreamsService
{ {
$data = json_encode([ $data = json_encode([
'@context' => 'https://www.w3.org/ns/activitystreams', '@context' => 'https://www.w3.org/ns/activitystreams',
'summary' => strtok(config('user.displayname'), ' ') . ' added a note to his microblog', 'summary' => strtok(config('user.displayname'), ' ') . ' added a note to their microblog',
'type' => 'Add', 'type' => 'Add',
'published' => $note->updated_at->toW3cString(), 'published' => $note->updated_at->toW3cString(),
'actor' => [ 'actor' => [