more debug reshare
This commit is contained in:
parent
10b2661176
commit
c4179d989f
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ function diaspora_reshare($importer,$xml) {
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if(($contact['rel'] == CONTACT_IS_FOLLOWER) || ($contact['blocked']) || ($contact['readonly'])) {
|
if(($contact['rel'] == CONTACT_IS_FOLLOWER) || ($contact['blocked']) || ($contact['readonly'])) {
|
||||||
logger('diaspora_reshare: Ignoring this author.');
|
logger('diaspora_reshare: Ignoring this author: ' . $diaspora_handle . ' ' . print_r($xml,true));
|
||||||
return 202;
|
return 202;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue