]> git.mxchange.org Git - friendica.git/commitdiff
Removed a worker call - this needs more work
authorMichael <heluecht@pirati.ca>
Mon, 8 Apr 2019 21:35:00 +0000 (21:35 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 8 Apr 2019 21:35:00 +0000 (21:35 +0000)
src/Model/Contact.php

index 2916cf1bb23288c107594fcbc2193a66cebc52ed..47b2a8b1e614eaeee98af9070a0fa0d4135cc3f2 100644 (file)
@@ -1255,11 +1255,6 @@ class Contact extends BaseObject
                                $update_contact = true;
                        }
 
-                       // Update the contact in the background if needed
-                       if ($update_contact && $no_update) {
-                               Worker::add(PRIORITY_LOW, "UpdateContact", $contact_id);
-                       }
-
                        if (!$update_contact || $no_update) {
                                return $contact_id;
                        }