X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fitem.php;h=51bbc76e7270b54151ba3dbc567c0439864c4540;hb=80f81e670c721067cddf0ffff4ed4f2def1ad69c;hp=ac5b11c4d96da593b525abb1e8cb728a4be36bbe;hpb=e5321ecc7f6e8af9e9851214379077459960ab5b;p=friendica.git diff --git a/mod/item.php b/mod/item.php index ac5b11c4d9..51bbc76e72 100644 --- a/mod/item.php +++ b/mod/item.php @@ -835,7 +835,7 @@ function item_post(App $a) { // When we are doing some forum posting via ! we have to start the notifier manually. // These kind of posts don't initiate the notifier call in the item class. if ($only_to_forum) { - Worker::add(PRIORITY_HIGH, "Notifier", Delivery::POST, $post_id); + Worker::add(['priority' => PRIORITY_HIGH, 'dont_fork' => false], "Notifier", Delivery::POST, $post_id); } Logger::log('post_complete');