]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub/Receiver.php
Remove url caching, locking cleanup
[friendica.git] / src / Protocol / ActivityPub / Receiver.php
index 226ad601044c68f112850985e8013a0a724886ed..88c23f2be63623989f6b782caae210faed72c5d8 100644 (file)
@@ -679,7 +679,7 @@ class Receiver
                        return;
                }
 
-               if (Contact::updateFromProbe($cid, '', true)) {
+               if (Contact::updateFromProbe($cid)) {
                        Logger::info('Update was successful', ['id' => $cid, 'uid' => $uid, 'url' => $url]);
                }