Found some more follow-links

This commit is contained in:
Philipp 2022-10-31 19:10:30 +01:00
parent b5d01337d9
commit 87291e30a4
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
6 changed files with 8 additions and 11 deletions

View file

@ -1178,7 +1178,7 @@ class Contact
if ($contact['uid'] && in_array($contact['rel'], [self::SHARING, self::FRIEND])) {
$unfollow_link = 'contact/unfollow?url=' . urlencode($contact['url']) . '&auto=1';
} elseif(!$contact['pending']) {
$follow_link = 'follow?url=' . urlencode($contact['url']) . '&auto=1';
$follow_link = 'contact/follow?url=' . urlencode($contact['url']) . '&auto=1';
}
}