feat: Update last_snoozed_at after the un-snooze notification (#8943)

This commit is contained in:
Muhsin Keloth
2024-02-20 18:55:39 +05:30
committed by GitHub
parent c5c0845151
commit e6cf8c39b7
6 changed files with 27 additions and 5 deletions

View File

@@ -64,6 +64,7 @@ class Notification < ApplicationRecord
created_at: created_at.to_i,
last_activity_at: last_activity_at.to_i,
snoozed_until: snoozed_until,
meta: meta,
account_id: account_id
}