mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Update 3.Connect.ts
This commit is contained in:
@@ -182,7 +182,7 @@ export class WAConnection extends Base {
|
|||||||
const timestamp = message.slice(1, message.length).toString ('utf-8')
|
const timestamp = message.slice(1, message.length).toString ('utf-8')
|
||||||
this.lastSeen = new Date(parseInt(timestamp))
|
this.lastSeen = new Date(parseInt(timestamp))
|
||||||
} else {
|
} else {
|
||||||
const decrypted = Utils.decryptWA (message, this.authInfo.macKey, this.authInfo.encKey, new Decoder())
|
const decrypted = Utils.decryptWA (message, this.authInfo?.macKey, this.authInfo?.encKey, new Decoder())
|
||||||
if (!decrypted) return
|
if (!decrypted) return
|
||||||
|
|
||||||
const [messageTag, json] = decrypted
|
const [messageTag, json] = decrypted
|
||||||
|
|||||||
Reference in New Issue
Block a user