14-04-2026

Веб пуш работает. Дальше попробую звонки добавить.
This commit is contained in:
AidarKC
2026-04-15 00:50:25 +03:00
parent 21fbc8ffa0
commit 0b7691bdea
7 changed files with 152 additions and 6 deletions
+1 -1
View File
@@ -292,7 +292,7 @@ async function ensureSessionRuntimeStarted() {
pingIntervalId = window.setInterval(async () => {
if (!state.session.isAuthorized) return;
try {
await authService.ws.request('Ping', { timeMs: Date.now() });
await authService.ws.request('Ping', { ts: Date.now() });
} catch {
// silent keep-alive
}