suppress duplicate FB posts (incoming after posted locally)
This commit is contained in:
parent
61f7b3d754
commit
d45ad7bb6b
7 changed files with 157 additions and 152 deletions
|
@ -173,6 +173,8 @@ EOT;
|
|||
);
|
||||
}
|
||||
|
||||
$arr['id'] = $post_id;
|
||||
|
||||
call_hooks('post_local_end', $arr);
|
||||
|
||||
proc_run('php',"include/notifier.php","like","$post_id");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue