more debug reshare
This commit is contained in:
parent
10b2661176
commit
c4179d989f
|
@ -598,7 +598,7 @@ function diaspora_reshare($importer,$xml) {
|
|||
return;
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue