We don't update inside the probing anymore

This commit is contained in:
Michael 2019-07-04 19:40:48 +00:00
parent 8d6aa9914c
commit c9666a9f1d
2 changed files with 1 additions and 37 deletions

View file

@ -611,8 +611,7 @@ class Processor
}
Logger::log('Updating profile for ' . $activity['object_id'], Logger::DEBUG);
APContact::getByURL($activity['object_id'], true);
// Contact::updateFromProbe($activity['object_id'], $network = '', $force = false)
Contact::updateFromProbeByURL($activity['object_id'], true);
}
/**