mirror of
https://github.com/langgenius/dify.git
synced 2026-03-12 02:28:54 +08:00
fix: occasional multiple responses displayed in frontend due to unexpected message_id from onData (#2231)
This commit is contained in:
@ -110,7 +110,7 @@ const handleStream = (response: Response, onData: IOnData, onCompleted?: IOnComp
|
||||
// mute handle message cut off
|
||||
onData('', isFirstMessage, {
|
||||
conversationId: bufferObj?.conversation_id,
|
||||
messageId: bufferObj?.id,
|
||||
messageId: bufferObj?.message_id,
|
||||
})
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user