Merge branch 'feature/activitystreams' into develop
This commit is contained in:
commit
ad87e33058
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class ActivityStreamTest extends TestCase
|
||||||
'@context' => 'https://www.w3.org/ns/activitystreams',
|
'@context' => 'https://www.w3.org/ns/activitystreams',
|
||||||
'id' => config('app.url'),
|
'id' => config('app.url'),
|
||||||
'type' => 'Person',
|
'type' => 'Person',
|
||||||
'name' => config('app.display_name'),
|
'name' => config('user.displayname'),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue