From 852ece39f400add827c1980ee5b343f1bf71ee4e Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 20 Oct 2011 02:07:38 -0700 Subject: [PATCH] more reshare logging to see what's going on --- include/diaspora.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/diaspora.php b/include/diaspora.php index 24f4aac65..e432ed809 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -589,10 +589,13 @@ function diaspora_post($importer,$xml) { function diaspora_reshare($importer,$xml) { + logger('diaspora_reshare: init: ' . print_r($xml,true)); + $a = get_app(); $guid = notags(unxmlify($xml->guid)); $diaspora_handle = notags(unxmlify($xml->diaspora_handle)); + $contact = diaspora_get_contact_by_handle($importer['uid'],$diaspora_handle); if(! $contact) return;