SLightly improve response code
This commit is contained in:
parent
0d5a865701
commit
60248e2b05
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@ class NotesController extends Controller
|
|||
if (request()->wantsActivityStream()) {
|
||||
$data = json_encode([
|
||||
'@context' => 'https://www.w3.org/ns/activitystreams',
|
||||
'id' => 'https://jonnybarnes.uk',
|
||||
'id' => config('app.url'),
|
||||
'type' => 'Person',
|
||||
'name' => 'Jonny Barnes',
|
||||
'name' => config('app.display_name'),
|
||||
'preferredUsername' => 'jonnybarnes',
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue