make contact_remove sort of work so I can actually get rid of Oliver's and Michael J's dead contacts and not poll them every ten minutes forever
This commit is contained in:
@@ -3631,7 +3631,7 @@ function lose_follower($importer,$contact,$datarray,$item) {
|
||||
);
|
||||
}
|
||||
else {
|
||||
contact_remove($contact['id']);
|
||||
// contact_remove($contact['id']);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3644,7 +3644,7 @@ function lose_sharer($importer,$contact,$datarray,$item) {
|
||||
);
|
||||
}
|
||||
else {
|
||||
contact_remove($contact['id']);
|
||||
// contact_remove($contact['id']);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user