Update activitypub.extend.php
This commit is contained in:
parent
5d4160fc46
commit
cee7a07d5b
|
@ -210,9 +210,6 @@ function activitypub_publish_content($content, $id, $mb = array("mb_id" => ACTIV
|
||||||
$webfigner_ctx = activitypub_http_get("http://" . $host . "/?route=webfinger&acct=" . $alias);
|
$webfigner_ctx = activitypub_http_get("http://" . $host . "/?route=webfinger&acct=" . $alias);
|
||||||
}
|
}
|
||||||
|
|
||||||
var_dump($webfigner_ctx);
|
|
||||||
exit;
|
|
||||||
|
|
||||||
// 한번 더 확인
|
// 한번 더 확인
|
||||||
if ($webfigner_ctx['subject'] != ("acct:" . $alias)) break;
|
if ($webfigner_ctx['subject'] != ("acct:" . $alias)) break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user