Corrige inicio do chat no desktop
All checks were successful
CI/CD Web + Desktop / Detect changes (push) Successful in 5s
CI/CD Web + Desktop / Deploy (VPS Linux) (push) Successful in 3m21s
Quality Checks / Lint, Test and Build (push) Successful in 3m28s
CI/CD Web + Desktop / Deploy Convex functions (push) Has been skipped

This commit is contained in:
rever-tecnologia 2025-12-18 22:50:24 -03:00
parent 9c6e724128
commit 9142446f06
2 changed files with 42 additions and 4 deletions

View file

@ -424,8 +424,8 @@ function App() {
})
// Iniciar sistema de chat apos o agente
await invoke("start_chat_polling", {
base_url: apiBaseUrl,
convex_url: "https://convex.esdrasrenan.com.br",
baseUrl: apiBaseUrl,
convexUrl: "https://convex.esdrasrenan.com.br",
token: data.machineToken,
})
logDesktop("chat:started")
@ -607,8 +607,8 @@ function App() {
})
// Iniciar sistema de chat apos o agente
await invoke("start_chat_polling", {
base_url: apiBaseUrl,
convex_url: "https://convex.esdrasrenan.com.br",
baseUrl: apiBaseUrl,
convexUrl: "https://convex.esdrasrenan.com.br",
token,
})
logDesktop("chat:started:validation")