refactor: enhance conversation handling and websocket integration with new team ID support
This commit is contained in:
@@ -40,6 +40,7 @@ export type ImConversation = {
|
||||
priority: number
|
||||
currentAssigneeId: number
|
||||
currentAssigneeName?: string
|
||||
currentTeamId?: number
|
||||
lastMessageId: number
|
||||
lastMessageAt?: string
|
||||
lastActiveAt?: string
|
||||
|
||||
Reference in New Issue
Block a user