Issue 10306: Improve local delivery
This commit is contained in:
@@ -1941,7 +1941,7 @@ class Contact
|
||||
return false;
|
||||
}
|
||||
|
||||
if (Contact::isLocal($ret['url'])) {
|
||||
if (self::isLocal($ret['url'])) {
|
||||
Logger::info('Local contacts are not updated here.');
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user