chore: Add updated_at attribute to the conversation event (#10873)

This PR adds updated_at attribute to the conversation event.
This commit is contained in:
Pranav
2025-02-10 19:33:26 -08:00
committed by GitHub
parent d7c0507e33
commit 02000de905
4 changed files with 5 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ json.muted conversation.muted?
json.snoozed_until conversation.snoozed_until
json.status conversation.status
json.created_at conversation.created_at.to_i
json.updated_at conversation.updated_at.to_i
json.timestamp conversation.last_activity_at.to_i
json.first_reply_created_at conversation.first_reply_created_at.to_i
json.unread_count conversation.unread_incoming_messages.count