mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: old_version in mobile connection (#722)
* mobile version * mobile version * mobile version
This commit is contained in:
@@ -20,7 +20,7 @@ export const PHONE_CONNECTION_CB = 'CB:Pong'
|
||||
|
||||
export const WA_DEFAULT_EPHEMERAL = 7 * 24 * 60 * 60
|
||||
|
||||
const WA_VERSION = '2.23.14.82'
|
||||
const WA_VERSION = '2.24.6.77'
|
||||
|
||||
const WA_VERSION_HASH = createHash('md5').update(WA_VERSION).digest('hex')
|
||||
export const MOBILE_TOKEN = Buffer.from('0a1mLfGUIBVrMKF1RdvLI5lkRBvof6vn0fD2QRSM' + WA_VERSION_HASH)
|
||||
|
||||
Reference in New Issue
Block a user