diff options
author | redmatrix <git@macgirvin.com> | 2016-04-20 19:54:26 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-20 19:54:26 -0700 |
commit | dff9e18c1e7051c6ff340f91feb118c6f177b7d8 (patch) | |
tree | e98b9ccaf874903f0767505c2403b7885c7ad6dd /Zotlabs | |
parent | d2f67bf2497e4992e08ecbd2432f29ce1fd4c516 (diff) | |
download | volse-hubzilla-dff9e18c1e7051c6ff340f91feb118c6f177b7d8.tar.gz volse-hubzilla-dff9e18c1e7051c6ff340f91feb118c6f177b7d8.tar.bz2 volse-hubzilla-dff9e18c1e7051c6ff340f91feb118c6f177b7d8.zip |
We no longer require the diaspora_meta service locally.
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Item.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Zotlabs/Module/Item.php b/Zotlabs/Module/Item.php index 58660a839..74fbeed67 100644 --- a/Zotlabs/Module/Item.php +++ b/Zotlabs/Module/Item.php @@ -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", |