feat: add customer online status to conversation response and update UI accordingly
This commit is contained in:
@@ -58,6 +58,7 @@ export type AgentConversation = {
|
||||
agentLastReadMessageId: number
|
||||
agentLastReadSeqNo: number
|
||||
agentLastReadAt?: string
|
||||
customerOnline: boolean
|
||||
closedAt?: string
|
||||
tags?: AgentConversationTag[]
|
||||
participants?: AgentConversationParticipant[]
|
||||
|
||||
Reference in New Issue
Block a user