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