SHA256
14-04-2026
Веб пуш работает. Дальше попробую звонки добавить.
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user