mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
@@ -196,7 +196,7 @@ const ViewMessagesDialog = ({ show, dialogProps, onCancel }) => {
|
|||||||
source: chatmsg.chatType === 'INTERNAL' ? 'UI' : 'API/Embed',
|
source: chatmsg.chatType === 'INTERNAL' ? 'UI' : 'API/Embed',
|
||||||
sessionId: chatmsg.sessionId ?? null,
|
sessionId: chatmsg.sessionId ?? null,
|
||||||
memoryType: chatmsg.memoryType ?? null,
|
memoryType: chatmsg.memoryType ?? null,
|
||||||
email: leadEmail ?? null,
|
email: chatmsg.leadEmail ?? null,
|
||||||
messages: [msg]
|
messages: [msg]
|
||||||
}
|
}
|
||||||
} else if (Object.prototype.hasOwnProperty.call(obj, chatPK)) {
|
} else if (Object.prototype.hasOwnProperty.call(obj, chatPK)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user