]> git.mxchange.org Git - friendica.git/commitdiff
OnePoll: We now force an update check all the time
authorMichael <heluecht@pirati.ca>
Mon, 18 Dec 2017 12:51:29 +0000 (12:51 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 18 Dec 2017 12:51:29 +0000 (12:51 +0000)
src/Worker/OnePoll.php

index fc819751bc8521a1057601f6579b2686c4d4a01f..9cb33c471b0c68cacf4d8ae3d150dfff258161e7 100644 (file)
@@ -66,7 +66,7 @@ Class OnePoll
 
                // Diaspora users, archived users and followers are only checked if they still exist.
                if ($contact['archive'] || ($contact["network"] == NETWORK_DIASPORA) || ($contact["rel"] == CONTACT_IS_FOLLOWER)) {
-                       $last_updated = PortableContact::lastUpdated($contact["url"]);
+                       $last_updated = PortableContact::lastUpdated($contact["url"], true);
                        $updated = datetime_convert();
                        if ($last_updated) {
                                logger('Contact '.$contact['id'].' had last update on '.$last_updated, LOGGER_DEBUG);