mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 23:56:36 +08: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