1
0
Fork 0

Found some more follow-links

This commit is contained in:
Philipp Holzer 2022-10-31 19:10:30 +01:00
commit 87291e30a4
Signed by: nupplaPhil
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';
}
}