mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-20 21:33:56 +02:00
Make query history fetch client-side
This commit is contained in:
@@ -216,6 +216,7 @@ def get_chat_session(
|
||||
chat_session_id=chat_session_id,
|
||||
user_id=user.id if user else None,
|
||||
db_session=db_session,
|
||||
include_deleted=True,
|
||||
)
|
||||
except ValueError:
|
||||
raise HTTPException(
|
||||
|
Reference in New Issue
Block a user