优化调整
This commit is contained in:
@@ -19,6 +19,7 @@ export interface ChatMessage {
|
||||
sessionId?: string
|
||||
status?: 'sending' | 'sent' | 'delivered' | 'read' | 'failed'
|
||||
error?: string
|
||||
sender?: string
|
||||
}
|
||||
|
||||
// 聊天会话类型
|
||||
|
||||
Reference in New Issue
Block a user