finish migration to message-store
This commit is contained in:
@@ -109,8 +109,6 @@ function withSession(instanceId: string, sessionId: string, updater: (session: S
|
||||
|
||||
const updatedSession = {
|
||||
...session,
|
||||
messages: [...session.messages],
|
||||
messagesInfo: new Map(session.messagesInfo),
|
||||
}
|
||||
|
||||
setSessions((prev) => {
|
||||
|
||||
Reference in New Issue
Block a user