Sends notifications for public posts with "uid=0"

This commit is contained in:
Michael 2018-01-07 11:08:36 +00:00
parent 1fdde9b140
commit f2efd58366
3 changed files with 25 additions and 12 deletions

View file

@ -1129,7 +1129,7 @@ function item_store($arr, $force_parent = false, $notify = false, $dontcache = f
add_shadow_entry($current_post);
}
check_item_notification($current_post, $uid);
check_user_notification($current_post);
if ($notify) {
Worker::add(array('priority' => PRIORITY_HIGH, 'dont_fork' => true), "Notifier", $notify_type, $current_post);