mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 13:01:14 +03:00
Merge pull request #1661 from melon95/bugfix/sessionId
[Bufix] Modify the default value of sessionId when fetching history chat messages.
This commit is contained in:
@@ -1445,7 +1445,7 @@ export class App {
|
|||||||
chatType,
|
chatType,
|
||||||
chatId,
|
chatId,
|
||||||
memoryType: memoryType ?? (chatId ? IsNull() : undefined),
|
memoryType: memoryType ?? (chatId ? IsNull() : undefined),
|
||||||
sessionId: sessionId ?? (chatId ? IsNull() : undefined),
|
sessionId: sessionId ?? undefined,
|
||||||
createdDate: toDate && fromDate ? Between(fromDate, toDate) : undefined
|
createdDate: toDate && fromDate ? Between(fromDate, toDate) : undefined
|
||||||
},
|
},
|
||||||
order: {
|
order: {
|
||||||
|
|||||||
Reference in New Issue
Block a user