mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 00:46:52 +08:00
Fix: Fix share-chat bugs (#9150)
### What problem does this PR solve? Fix: Fix share-chat bugs #3221 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -41,6 +41,7 @@ export function useCacheChatLog() {
|
||||
|
||||
const clearEventList = useCallback(() => {
|
||||
setEventList([]);
|
||||
setMessageIdPool({});
|
||||
}, []);
|
||||
|
||||
const addEventList = useCallback((events: IEventList, message_id: string) => {
|
||||
|
||||
Reference in New Issue
Block a user