fix reset scope when non-threaded

This commit is contained in:
timothycarambat 2024-02-08 18:46:47 -08:00
parent 406732830f
commit b1cc69848c

View file

@ -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,