refactor: remove ExternalSource and ExternalID from Conversation model and related services, update references to use ChannelID instead

This commit is contained in:
mlogclub
2026-04-27 19:04:10 +08:00
parent 24105781d9
commit b3ef55b04e
21 changed files with 183 additions and 136 deletions
-2
View File
@@ -109,8 +109,6 @@ export type ConversationParticipant = {
export type AdminConversation = {
id: number
channelId: number
externalSource: string
externalId: string
subject: string
status: number
serviceMode: number