Import posts from ignored contacts

This commit is contained in:
Hypolite Petovan 2018-04-27 21:08:19 -04:00
parent 66e5586d21
commit bd21fc3751
4 changed files with 4 additions and 8 deletions

View file

@ -2799,10 +2799,6 @@ class DFRN
return true;
}
} else { // $entrytype == DFRN_TOP_LEVEL
if ($importer["readonly"]) {
logger('ignoring read-only contact '.$importer["id"]);
return;
}
if (($importer["uid"] == 0) && ($importer["importer_uid"] != 0)) {
logger("Contact ".$importer["id"]." isn't known to user ".$importer["importer_uid"].". The post will be ignored.", LOGGER_DEBUG);
return;