perf(chat): 优化后台客服会话查询与状态
This commit is contained in:
@@ -30,6 +30,7 @@ export interface ChatConversation {
|
||||
title: string
|
||||
status: string
|
||||
role: 'renter' | 'owner' | 'support' | 'customer' | 'admin'
|
||||
admin_remark?: string
|
||||
participants?: ChatParticipant[]
|
||||
last_message_id?: number
|
||||
last_message_preview: string
|
||||
|
||||
Reference in New Issue
Block a user