chore: add participantPn to WAMessageKey (#1540)

This commit is contained in:
Alι Aryαɴ
2025-06-25 17:35:56 +05:00
committed by GitHub
parent 60577cf8d3
commit 42112ac389
2 changed files with 7 additions and 1 deletions

View File

@@ -113,6 +113,7 @@ export function decodeMessageNode(stanza: BinaryNode, meId: string, meLid: strin
senderLid: stanza?.attrs?.sender_lid,
senderPn: stanza?.attrs?.sender_pn,
participant,
participantPn: stanza?.attrs?.participant_pn,
participantLid: stanza?.attrs?.participant_lid
}