fix: Add missing timestamp in the real-time event (#6349)
* fix: Add missing timestamp in the real-time event * Fix broken specs
This commit is contained in:
@@ -38,7 +38,8 @@ class Conversations::EventDataPresenter < SimpleDelegator
|
||||
{
|
||||
agent_last_seen_at: agent_last_seen_at.to_i,
|
||||
contact_last_seen_at: contact_last_seen_at.to_i,
|
||||
timestamp: last_activity_at.to_i
|
||||
timestamp: last_activity_at.to_i,
|
||||
created_at: created_at.to_i
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user