fix reset scope when non-threaded
This commit is contained in:
parent
406732830f
commit
b1cc69848c
@ -80,6 +80,7 @@ const WorkspaceChats = {
|
||||
where: {
|
||||
workspaceId,
|
||||
user_id: user?.id,
|
||||
thread_id: null, // this function is now only used for the default thread on workspaces
|
||||
},
|
||||
data: {
|
||||
include: false,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user