From c1713d49e0f9f578ae7c28edc27697864058cc83 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 9 Sep 2014 21:54:25 -0700 Subject: diaspora connections being marked orphan on directory servers --- include/Contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/Contact.php b/include/Contact.php index 0590f9d1e..8d50b1e5b 100644 --- a/include/Contact.php +++ b/include/Contact.php @@ -323,7 +323,7 @@ function mark_orphan_hubsxchans() { return; $r = q("update hubloc set hubloc_status = (hubloc_status | %d) where not (hubloc_status & %d) - and hubloc_network != 'zot' and hubloc_connected < utc_timestamp() - interval 36 day", + and hubloc_network = 'zot' and hubloc_connected < utc_timestamp() - interval 36 day", intval(HUBLOC_OFFLINE), intval(HUBLOC_OFFLINE) ); -- cgit v1.2.3