]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/APContact.php
Store the source of incoming posts
[friendica.git] / src / Model / APContact.php
index 7b49bab8abf77248eaf9252a9f555fdd197785bd..742efcf190cae7561dcc2e679c2c5010046788c1 100644 (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'];