Don't send conversation slaps, only immediate replies. Redundant and flawed.
This commit is contained in:
parent
e7ae4ad3fa
commit
f4ebd2a213
2 changed files with 19 additions and 11 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue