New page for remote follow requests

This commit is contained in:
Michael 2020-02-09 17:04:35 +00:00
parent 16acf1db95
commit 2eebeeaa32
7 changed files with 167 additions and 17 deletions

View file

@ -313,7 +313,7 @@ class Profile
if (!$local_user_is_self && $show_connect) {
if (!$visitor_is_authenticated) {
if (!empty($profile['nickname'])) {
$follow_link = 'dfrn_request/' . $profile['nickname'];
$follow_link = 'remote_follow/' . $profile['nickname'];
}
} elseif ($profile_is_native) {
if ($visitor_is_following) {