去掉conversatNo的使用

This commit is contained in:
dylanmay
2024-10-28 16:30:50 +08:00
parent 0d347643ca
commit 755bf1bb08
6 changed files with 18 additions and 13 deletions

View File

@ -55,7 +55,7 @@ const createTextMessage = (content: string): TextMessage => {
chatStore.currentSession?.id || '',
chatStore.currentSession ? chatStore.currentSession.targetId : 0,
chatStore.currentSession?.type || CONVERSATION_TYPE.SINGLE,
chatStore.currentSession?.conversationNo || ''
chatStore.currentSession?.senderId || ''
)
return msg