refactor: enhance conversation handling and websocket integration with new team ID support
This commit is contained in:
@@ -426,6 +426,7 @@ func (s *wsService) PublishConversationChanged(conversation *models.Conversation
|
||||
Status: conversation.Status,
|
||||
ServiceMode: conversation.ServiceMode,
|
||||
CurrentAssigneeID: conversation.CurrentAssigneeID,
|
||||
CurrentTeamID: conversation.CurrentTeamID,
|
||||
LastMessageID: conversation.LastMessageID,
|
||||
LastMessageAt: formatWsTime(&conversation.LastMessageAt),
|
||||
LastActiveAt: formatWsTime(&conversation.LastActiveAt),
|
||||
|
||||
Reference in New Issue
Block a user