better pronoun
This commit is contained in:
parent
4088cdde5b
commit
9ace4100bc
1 changed files with 1 additions and 1 deletions
|
@ -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' => [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue