Move Follow to /contact namespace

This commit is contained in:
Philipp
2022-10-31 17:58:04 +01:00
parent 3554894577
commit b5d01337d9
6 changed files with 8 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ class APContact
'addr' => $local_owner['addr'],
'baseurl' => $local_owner['baseurl'],
'url' => $local_owner['url'],
'subscribe' => $local_owner['baseurl'] . '/follow?url={uri}'];
'subscribe' => $local_owner['baseurl'] . '/contact/follow?url={uri}'];
if (!empty($local_owner['alias']) && ($local_owner['url'] != $local_owner['alias'])) {
$data['alias'] = $local_owner['alias'];