From 75d0f6329cc532c7f74927bdaa678d8d85f45a9e Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 3 Sep 2014 01:09:28 -0700 Subject: outbound feed issue --- include/diaspora.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/diaspora.php') diff --git a/include/diaspora.php b/include/diaspora.php index 477f82914..c2f2b1ac9 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -2568,8 +2568,8 @@ function diaspora_send_relay($item,$owner,$contact,$public_batch = false) { // Author signature information (for likes, comments, and retractions of likes or comments, // whether from Diaspora or Friendica) must be placed in the `sign` table before this // function is called - $authorsig = $item['sig']; - logger('diaspora_send_relay: original author signature not found, cannot send relayable'); +// $authorsig = $item['sig']; + logger('diaspora_send_relay: original author signature not found'); // ignore - see below // return; } -- cgit v1.2.3