feat: add ChannelID to conversation model and update related services and responses
This commit is contained in:
@@ -108,6 +108,7 @@ export type ConversationParticipant = {
|
||||
|
||||
export type AdminConversation = {
|
||||
id: number
|
||||
channelId: number
|
||||
externalSource: string
|
||||
externalId: string
|
||||
subject: string
|
||||
|
||||
Reference in New Issue
Block a user