feat: Show notification last active time instead of created time (#8724)

This commit is contained in:
Muhsin Keloth
2024-01-18 09:41:53 +05:30
committed by GitHub
parent 896473f03e
commit eb972684b3
3 changed files with 3 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ json.data do
json.secondary_actor notification.secondary_actor&.push_event_data
json.user notification.user.push_event_data
json.created_at notification.created_at.to_i
json.last_activity_at notification.last_activity_at.to_i
end
end
end