Fixes duplicated transmissions and not working undo of like/dislike
This commit is contained in:
parent
f2ddcbe632
commit
73f596cc46
7 changed files with 30 additions and 43 deletions
|
@ -830,9 +830,6 @@ function item_post(App $a) {
|
|||
// We don't fork a new process since this is done anyway with the following command
|
||||
Worker::add(['priority' => PRIORITY_HIGH, 'dont_fork' => true], "CreateShadowEntry", $post_id);
|
||||
|
||||
// Call the background process that is delivering the item to the receivers
|
||||
Worker::add(PRIORITY_HIGH, "Notifier", $notify_type, $post_id);
|
||||
|
||||
logger('post_complete');
|
||||
|
||||
if ($api_source) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue