core-8.1.2
Fixes
-
Device connection/backup failures now send email notifications (#301, RCO-968, reported in #283).
Previously a failed device connection or backup download only created an in-app (DB) notification, never an email, even when the user had enabled the "Device Connection Failure" email toggle. Two causes were fixed:
- Added a mail-capable
MailDeviceConnectionFailureNotification(the type advertised a mail channel but no mail notification existed). - Reworked
DeviceDownloadJobto dispatch through theNotificationDispatchertrait soget_notificationsand per-user/per-channel preferences are honoured, instead of blasting an in-app-only notification to all users.
- Added a mail-capable
Upgrade: pull 8.1.2. Users who have enabled the Device Connection Failure email channel will now receive failure emails.