New fields in contact table / don't update on probe
[friendica.git/.git] / src / Protocol / ActivityPub / Processor.php
index 41aed2f..1019426 100644 (file)
@@ -612,6 +612,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)
        }
 
        /**