Update activitypub.extend.php

This commit is contained in:
Namhyeon Go 2022-07-04 00:23:13 +09:00 committed by GitHub
parent 5d4160fc46
commit cee7a07d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,9 +209,6 @@ function activitypub_publish_content($content, $id, $mb = array("mb_id" => ACTIV
if ($webfigner_ctx['subject'] != ("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;