mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
feat: handle "peer_msg" receipts
This commit is contained in:
@@ -82,6 +82,7 @@ export const decodeMessageStanza = (stanza: BinaryNode, auth: AuthenticationStat
|
||||
|
||||
return {
|
||||
fullMessage,
|
||||
category: stanza.attrs.category,
|
||||
decryptionTask: (async() => {
|
||||
let decryptables = 0
|
||||
if(Array.isArray(stanza.content)) {
|
||||
|
||||
Reference in New Issue
Block a user