From 461625e378e8ccf6b66da64c00437da7f65e6dd6 Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 23 Jan 2011 02:45:37 -0800 Subject: new network types --- include/poller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/poller.php') diff --git a/include/poller.php b/include/poller.php index fc45ff9c3..8234becbb 100644 --- a/include/poller.php +++ b/include/poller.php @@ -35,7 +35,7 @@ // 'stat' clause is a temporary measure until we have federation subscriptions working both directions $contacts = q("SELECT * FROM `contact` WHERE ( ( `network` = 'dfrn' AND ( `dfrn-id` != '' OR (`issued-id` != '' AND `duplex` = 1))) - OR ( `network` = 'stat' AND `poll` != '' ) ) + OR ( `network` IN ( 'stat', 'feed' ) AND `poll` != '' )) AND `self` = 0 AND `blocked` = 0 AND `readonly` = 0 ORDER BY RAND()"); if(! count($contacts)) -- cgit v1.2.3