outbound feed issue

This commit is contained in:
friendica
2014-09-03 01:09:28 -07:00
parent 5715d5f4c7
commit 75d0f6329c
4 changed files with 6 additions and 5 deletions

View File

@@ -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;
}