this should sort out likes showing up as wall-to-wall posts on diaspora
This commit is contained in:
parent
3a7d3e3a54
commit
69354e808f
@ -495,6 +495,8 @@ class Like extends \Zotlabs\Web\Controller {
|
|||||||
$arr['deny_gid'] = $deny_gid;
|
$arr['deny_gid'] = $deny_gid;
|
||||||
$arr['item_private'] = $private;
|
$arr['item_private'] = $private;
|
||||||
|
|
||||||
|
call_hooks('post_local',$arr);
|
||||||
|
|
||||||
|
|
||||||
$post = item_store($arr);
|
$post = item_store($arr);
|
||||||
$post_id = $post['item_id'];
|
$post_id = $post['item_id'];
|
||||||
|
Reference in New Issue
Block a user