]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub/Processor.php
New fields in contact table / don't update on probe
[friendica.git] / src / Protocol / ActivityPub / Processor.php
index 41aed2fe3be883d03e41f8c9a03540b919b134e3..101942642ec11261f69fa925a00a567be7e5b6dc 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)
        }
 
        /**