fix: don't send ping back to self

This commit is contained in:
joyqi
2025-08-01 18:04:18 +08:00
parent 546470b2de
commit 3d261e08b9

View File

@@ -77,7 +77,7 @@ class Service extends BaseOptions implements ActionInterface
$url = Common::buildUrl($urlPart);
}
if ($permalinkPart['host'] == $urlPart['host'] && $permalinkPart['path'] == $urlPart['path']) {
if ($permalinkPart['host'] == $urlPart['host']) {
continue;
}