fix: update notification error handling to include new update method and improve reminder deletion logic

This commit is contained in:
2026-05-03 19:26:51 +07:00
parent abbce10e32
commit acb084475d
5 changed files with 198 additions and 83 deletions

View File

@@ -172,7 +172,7 @@ class NotificationService {
if (!notification.is_read) {
const updateStatus = await updateNotificationErrorDb(
notification_error_id,
{ is_read: true }
{ is_read: true, is_active: 0 }
);
if (!updateStatus) {