From 52a799574d3475c97e970e041d1577850920d0ef Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 18 Dec 2017 12:51:29 +0000 Subject: [PATCH] OnePoll: We now force an update check all the time --- src/Worker/OnePoll.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Worker/OnePoll.php b/src/Worker/OnePoll.php index fc819751bc..9cb33c471b 100644 --- a/src/Worker/OnePoll.php +++ b/src/Worker/OnePoll.php @@ -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);