mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:50:11 +00:00
We don't update inside the probing anymore
This commit is contained in:
parent
8d6aa9914c
commit
c9666a9f1d
2 changed files with 1 additions and 37 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue