mirror of
https://github.com/friendica/friendica
synced 2025-04-27 08:30:10 +00:00
Import posts from ignored contacts
This commit is contained in:
parent
66e5586d21
commit
bd21fc3751
4 changed files with 4 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue