We no longer require the diaspora_meta service locally.
This commit is contained in:
parent
d2f67bf249
commit
dff9e18c1e
@ -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",
|
||||
|
Reference in New Issue
Block a user