this should sort out likes showing up as wall-to-wall posts on diaspora

This commit is contained in:
redmatrix 2016-08-01 22:12:44 -07:00
parent 3a7d3e3a54
commit 69354e808f

View File

@ -495,6 +495,8 @@ class Like extends \Zotlabs\Web\Controller {
$arr['deny_gid'] = $deny_gid;
$arr['item_private'] = $private;
call_hooks('post_local',$arr);
$post = item_store($arr);
$post_id = $post['item_id'];