1
0
Fork 0

First posting tests

This commit is contained in:
Michael 2018-09-16 17:47:00 +00:00
commit e4d28629e4
4 changed files with 107 additions and 18 deletions

View file

@ -31,8 +31,8 @@ function follow_post(App $a)
// This is just a precaution if maybe this page is called somewhere directly via POST
$_SESSION['fastlane'] = $url;
// $result = Contact::createFromProbe($uid, $url, true, Protocol::ACTIVITYPUB);
$result = Contact::createFromProbe($uid, $url, true);
$result = Contact::createFromProbe($uid, $url, true, Protocol::ACTIVITYPUB);
// $result = Contact::createFromProbe($uid, $url, true);
if ($result['success'] == false) {
if ($result['message']) {