mirror of
https://github.com/friendica/friendica
synced 2025-04-25 23:50:11 +00:00
Sends notifications for public posts with "uid=0"
This commit is contained in:
parent
1fdde9b140
commit
f2efd58366
3 changed files with 25 additions and 12 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue