feat: Update last_snoozed_at after the un-snooze notification (#8943)
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user