Skip to content

core-8.1.2

Choose a tag to compare

@stephenstack stephenstack released this 09 Jun 16:50
3739f8e

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 DeviceDownloadJob to dispatch through the NotificationDispatcher trait so get_notifications and per-user/per-channel preferences are honoured, instead of blasting an in-app-only notification to all users.

Upgrade: pull 8.1.2. Users who have enabled the Device Connection Failure email channel will now receive failure emails.