mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-04 05:39:06 +00:00
Simplify the share chat page. Don't need it to maintain its own conversation history
- When chatting on a shared page, fork and redirect to a new conversation page
This commit is contained in:
@@ -95,7 +95,7 @@ function ChatBodyData(props: ChatBodyDataProps) {
|
||||
});
|
||||
}
|
||||
props.setUploadedFiles(uploadedFiles);
|
||||
}, [setQueryToProcess, props.setImages]);
|
||||
}, [setQueryToProcess, props.setImages, conversationId]);
|
||||
|
||||
useEffect(() => {
|
||||
if (message) {
|
||||
|
||||
Reference in New Issue
Block a user