mirror of
https://github.com/friendica/friendica
synced 2025-04-27 19:50:12 +00:00
Merge pull request #8263 from annando/remote-follow
New page for remote follow requests
This commit is contained in:
commit
2ec3a97393
7 changed files with 182 additions and 17 deletions
|
@ -330,7 +330,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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue