Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/20/head
Maxence Lange 2018-11-12 21:56:54 -01:00
rodzic 96d5e69dee
commit 6d2d8f9565
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -53,13 +53,14 @@ $finger = [
[
'rel' => 'self',
'type' => 'application/activity+json',
// 'href' => 'https://test.artificial-owl.com/apps/social/@' . $username
'href' => $urlGenerator->linkToRouteAbsolute(
'social.ActivityPub.aliasactor', ['username' => $username]
'social.ActivityPub.actorAlias', ['username' => $username]
)
]
]
];
header('Content-type: application/json');
echo json_encode($finger);