fix: Add last_activity_at to notification push event data (#8784)

fix: Add last_activity_at to push event data
This commit is contained in:
Muhsin Keloth
2024-01-25 12:05:00 +05:30
committed by GitHub
parent fa907840c7
commit 904d76420d

View File

@@ -60,6 +60,7 @@ class Notification < ApplicationRecord
secondary_actor: secondary_actor&.push_event_data,
user: user&.push_event_data,
created_at: created_at.to_i,
last_activity_at: last_activity_at.to_i,
account_id: account_id
}