chore: update whatsapp version, tokens and increment dict version (#1366)

* chore: update whatsapp version, tokens and increment dict version

* revert: baileys version bump
This commit is contained in:
João Lucas de Oliveira Lopes
2025-06-18 11:55:11 -03:00
committed by GitHub
parent cf514fa8d7
commit f8a538eee2
2 changed files with 1222 additions and 1220 deletions

View File

@@ -15,7 +15,7 @@ export const PHONE_CONNECTION_CB = 'CB:Pong'
export const WA_DEFAULT_EPHEMERAL = 7 * 24 * 60 * 60
export const NOISE_MODE = 'Noise_XX_25519_AESGCM_SHA256\0\0\0\0'
export const DICT_VERSION = 2
export const DICT_VERSION = 3
export const KEY_BUNDLE_TYPE = Buffer.from([5])
export const NOISE_WA_HEADER = Buffer.from([87, 65, 6, DICT_VERSION]) // last is "DICT_VERSION"
/** from: https://stackoverflow.com/questions/3809401/what-is-a-good-regular-expression-to-match-a-url */

File diff suppressed because it is too large Load Diff