mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
fix: use correct user id in forked session (#7710)
This commit is contained in:
@@ -571,6 +571,7 @@ export class ChatSessionService {
|
||||
|
||||
const forkedState = {
|
||||
...state,
|
||||
userId: options.userId,
|
||||
sessionId: randomUUID(),
|
||||
messages: [],
|
||||
parentSessionId: options.sessionId,
|
||||
|
||||
Reference in New Issue
Block a user