Published 1 month ago
Nice shot !
Fixed
- Notifications — email delivery blocked when web notifications are disabled
(app/Services/NotificationService.php) — Disabling all web notifications in
user preferences also silently suppressed all email notifications. The root cause
was a prematurereturn ''innotify()that fired as soon asshouldNotify()
returnedfalse, before the email channel was ever evaluated. Fixed by resolving
both channels independently at the same point:$shouldNotify(web) and
$sendEmail(email) are now computed side-by-side and the early exit only
triggers when both are disabled. Web notification creation is guarded by
$shouldNotify; email sending is guarded by$sendEmail. The two channels are
now fully independent. Reported by arpinux.
This discussion is locked
Report
Navigation
3 Posts Statistics