Home
last modified time | relevance | path

Searched refs:new_notifications (Results 1 – 1 of 1) sorted by relevance

/plugin/notification/action/
H A Dcron.php95 $new_notifications = [];
100 $new_notifications[] = $notification;
105 if (!$new_notifications) return;
111 usort($new_notifications, function($a, $b) {
118 foreach ($new_notifications as $notification) {
137 foreach ($new_notifications as $notification) {