Quickfix: Removed exception since it blocked message delivery

This commit is contained in:
Michael 2018-02-07 13:31:17 +00:00
parent 67300ae4c9
commit b1e91f7401
1 changed files with 124 additions and 124 deletions

View File

@ -49,7 +49,7 @@ class Protocol
$network = self::matchByProfileUrl($profile_url, $matches);
if ($network === self::PHANTOM) {
throw new Exception('Unknown network for profile URL: ' . $profile_url);
return "";
}
$addr = $matches[2] . '@' . $matches[1];