Merge branch 'WhiskeySockets:master' into master

This commit is contained in:
Renato Alcara
2026-01-20 09:58:02 -03:00
committed by GitHub
17 changed files with 1248 additions and 109 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import type { AuthenticationState, SocketConfig, WAVersion } from '../Types'
import { Browsers } from '../Utils/browser-utils'
import logger from '../Utils/logger'
const version = [2, 3000, 1029027441]
const version = [2, 3000, 1032141294]
export const UNAUTHORIZED_CODES = [401, 403, 419]