mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
fix reset scope when non-threaded
This commit is contained in:
parent
406732830f
commit
b1cc69848c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue