Quickfix: Removed exception since it blocked message delivery
This commit is contained in:
parent
67300ae4c9
commit
b1e91f7401
1 changed files with 124 additions and 124 deletions
|
@ -49,7 +49,7 @@ class Protocol
|
||||||
$network = self::matchByProfileUrl($profile_url, $matches);
|
$network = self::matchByProfileUrl($profile_url, $matches);
|
||||||
|
|
||||||
if ($network === self::PHANTOM) {
|
if ($network === self::PHANTOM) {
|
||||||
throw new Exception('Unknown network for profile URL: ' . $profile_url);
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
$addr = $matches[2] . '@' . $matches[1];
|
$addr = $matches[2] . '@' . $matches[1];
|
||||||
|
|
Loading…
Reference in a new issue