From 50433d857ae5b04ae5f3f381889d8450fe9699f5 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 24 Jan 2013 20:43:33 -0800 Subject: quick-n-dirty wall-to-wall detection, wasn't working at all - this may be overboard or it may still not work at all. --- include/zot.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/zot.php') diff --git a/include/zot.php b/include/zot.php index 2c7de9290..827ab2053 100644 --- a/include/zot.php +++ b/include/zot.php @@ -770,12 +770,11 @@ function zot_import($arr) { // We found somebody on this site that's in the recipient list. - } else { logger('public post'); - // Public post. look for any site members who are accepting posts from this sender + // Public post. look for any site members who are or may be accepting posts from this sender $deliveries = public_recips($i); } if(! $deliveries) { -- cgit v1.2.3