fix: disable conversation delete on reset for now (#258)

This commit is contained in:
Felarof
2026-01-21 08:04:41 -08:00
committed by GitHub
parent 0d3ed6a841
commit e71a3c1a9e

View File

@@ -353,11 +353,11 @@ export const useChatSession = () => {
setLiked({})
setDisliked({})
if (agentServerUrl && oldConversationId) {
fetch(`${agentServerUrl}/chat/${oldConversationId}`, {
method: 'DELETE',
}).catch(() => {})
}
// if (agentServerUrl && oldConversationId) {
// fetch(`${agentServerUrl}/chat/${oldConversationId}`, {
// method: 'DELETE',
// }).catch(() => {})
// }
}
return {