feat: enhance reminder system with notification type and channel tracking
This commit is contained in:
@@ -140,6 +140,8 @@ export async function settingsRoutes(app: FastifyInstance) {
|
||||
// Reminder state
|
||||
lastAutoEmailSent: reminderState.lastAutoEmailSent,
|
||||
nextScheduledCheck: reminderState.nextScheduledCheck,
|
||||
lastNotificationType: reminderState.lastNotificationType,
|
||||
lastNotificationChannel: reminderState.lastNotificationChannel,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user