From 89b65e554cbf00ac78de6f1e0edebe63417c4538 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 9 Sep 2014 20:32:03 -0700 Subject: reduce log level of inbound d* posts until we get through some of the more serious federation issues --- include/diaspora.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/diaspora.php') diff --git a/include/diaspora.php b/include/diaspora.php index ae2db9407..1d0896936 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -1805,6 +1805,7 @@ function diaspora_like($importer,$xml,$msg) { */ $signed_data = $guid . ';' . $target_type . ';' . $parent_guid . ';' . $positive . ';' . $diaspora_handle; + $key = $msg['key']; if($parent_author_signature) { @@ -1894,7 +1895,6 @@ function diaspora_like($importer,$xml,$msg) { $arr = array(); - $arr['uri'] = $uri; $arr['uid'] = $importer['channel_id']; $arr['aid'] = $importer['channel_account_id']; $arr['mid'] = $guid; -- cgit v1.2.3