X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FOStatus%2FOStatusPlugin.php;h=1f76b56a20bd08ed62314692f151d09508c6329f;hb=bb76af4f65fde04e03a12e7e316b1ed975f62b98;hp=4a1d7683ccca8324898ffd1162eecca4ebc15d71;hpb=69e944e21a11ce16b1e82ed94db5ec5878cad91b;p=quix0rs-gnu-social.git diff --git a/plugins/OStatus/OStatusPlugin.php b/plugins/OStatus/OStatusPlugin.php index 4a1d7683cc..1f76b56a20 100644 --- a/plugins/OStatus/OStatusPlugin.php +++ b/plugins/OStatus/OStatusPlugin.php @@ -264,7 +264,8 @@ class OStatusPlugin extends Plugin static function extractWebfingerIds($text) { $wmatches = array(); - $result = preg_match_all('/(?:^|\s+)@((?:\w+[\w\-\_\.]?)*(?:[\w\-\_\.]*\w+)@'.URL_REGEX_DOMAIN_NAME.')/', + // Maybe this should harmonize with lib/nickname.php and Nickname::WEBFINGER_FMT + $result = preg_match_all('/(?log(LOG_INFO, "Checking profile address '$url'");