Issue 10306: Improve local delivery

This commit is contained in:
Michael
2021-05-26 09:24:37 +00:00
parent 91b474ea6d
commit 785f8124ed
8 changed files with 131 additions and 99 deletions

View File

@@ -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;
}