From: Friendika Date: Sat, 2 Jul 2011 00:45:00 +0000 (-0700) Subject: also check for blocked X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c23657ab6eb99750fc271f9fd124ea8731180605;p=friendica.git also check for blocked --- diff --git a/mod/salmon.php b/mod/salmon.php index 2a53e914b7..721eae4371 100644 --- a/mod/salmon.php +++ b/mod/salmon.php @@ -187,7 +187,7 @@ function salmon_post(&$a) { // is this a follower? Or have we ignored the person? // If so we can not accept this post. - if((count($r)) && (($r[0]['readonly']) || ($r[0]['rel'] == REL_VIP)) { + if((count($r)) && (($r[0]['readonly']) || ($r[0]['rel'] == REL_VIP) || ($r[0]['blocked']))) { logger('mod-salmon: Ignoring this author.'); salmon_return(202); // NOTREACHED