Merge pull request #4411 from annando/exception-bugfix
Quickfix: Removed exception since it blocked message delivery
This commit is contained in:
commit
daa9c2b2e1
|
@ -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 New Issue
Block a user