We no longer require the diaspora_meta service locally.

This commit is contained in:
redmatrix 2016-04-20 19:54:26 -07:00
parent d2f67bf249
commit dff9e18c1e

View File

@ -984,9 +984,9 @@ class Item extends \Zotlabs\Web\Controller {
if(($parent) && ($parent != $post_id)) {
// Store the comment signature information in case we need to relay to Diaspora
$ditem = $datarray;
$ditem['author'] = $observer;
store_diaspora_comment_sig($ditem,$channel,$parent_item, $post_id, (($walltowall_comment) ? 1 : 0));
//$ditem = $datarray;
//$ditem['author'] = $observer;
//store_diaspora_comment_sig($ditem,$channel,$parent_item, $post_id, (($walltowall_comment) ? 1 : 0));
}
else {
$r = q("select * from item where id = %d",