Don't send conversation slaps, only immediate replies. Redundant and flawed.

This commit is contained in:
Friendika 2011-01-16 14:58:07 -08:00
commit f4ebd2a213
2 changed files with 19 additions and 11 deletions

View file

@ -199,7 +199,12 @@ function salmon_post(&$a) {
$hub = '';
// consume_feed will only accept a follow activity from this person if there is no contact record.
/**
*
* anti-spam measure: consume_feed will accept a follow activity from
* this person (and nothing else) if there is no existing contact record.
*
*/
$contact_rec = ((count($r)) ? $r[0] : null);