Don't create contacts for unknown networks / improved content fetching
This commit is contained in:
@@ -1514,7 +1514,7 @@ class Contact extends BaseObject
|
||||
$data = array_merge($data, $default);
|
||||
}
|
||||
|
||||
if (empty($data)) {
|
||||
if (empty($data) || ($data['network'] == Protocol::PHANTOM)) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user