feat: correctly send retry messages w count

This commit is contained in:
Adhiraj Singh
2022-07-13 10:34:13 +05:30
parent f5af502c19
commit 4c60e311f4
3 changed files with 34 additions and 18 deletions

View File

@@ -150,7 +150,7 @@ type MinimalRelayOptions = {
export type MessageRelayOptions = MinimalRelayOptions & {
/** only send to a specific participant; used when a message decryption fails for a single user */
participant?: string
participant?: { jid: string, count: number }
/** additional attributes to add to the WA binary node */
additionalAttributes?: { [_: string]: string }
/** should we use the devices cache, or fetch afresh from the server; default assumed to be "true" */