mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: acc signature
This commit is contained in:
@@ -142,7 +142,7 @@ export const configureSuccessfulPairing = (
|
|||||||
.encode({
|
.encode({
|
||||||
...account,
|
...account,
|
||||||
// do not provide the "accountSignatureKey" back
|
// do not provide the "accountSignatureKey" back
|
||||||
accountSignatureKey: Buffer.alloc(0)
|
accountSignatureKey: undefined
|
||||||
})
|
})
|
||||||
.finish()
|
.finish()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user