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:
friendica
2013-01-25 16:18:35 -08:00
parent 318d75a86a
commit c96eb6dc97
6 changed files with 43 additions and 23 deletions

View File

@@ -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']);
}
}