Quickfix: Removed exception since it blocked message delivery
This commit is contained in:
parent
67300ae4c9
commit
b1e91f7401
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue