From 845024e1e761f7b62df7031b738d77d46957ad74 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 29 Jul 2015 17:04:17 -0700 Subject: add connection filter to non-zot posts --- include/items.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index f0b7d6a7f..c807c1d5d 100755 --- a/include/items.php +++ b/include/items.php @@ -3762,6 +3762,9 @@ function consume_feed($xml, $importer, &$contact, $pass = 0) { $author['owner_avatar'] = $contact['thumb']; } + if(! post_is_importable($datarray,$contact)) + continue; + logger('consume_feed: author ' . print_r($author,true),LOGGER_DEBUG); logger('consume_feed: ' . print_r($datarray,true),LOGGER_DATA); -- cgit v1.2.3