feat: Show notification last active time instead of created time (#8724)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user