feat: handle "peer_msg" receipts

This commit is contained in:
Adhiraj Singh
2022-04-02 15:45:09 +05:30
parent 8663598292
commit 334f85f8c5
2 changed files with 82 additions and 87 deletions

View File

@@ -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)) {