We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac62b96 commit 7b33f62Copy full SHA for 7b33f62
1 file changed
reportingtoken.go
@@ -53,7 +53,7 @@ func (cli *Client) getMessageReportingToken(
53
messageID types.MessageID,
54
) waBinary.Node {
55
reportingSecret, _ := generateMsgSecretKey(
56
- EncSecretReportToken, senderJID, messageID, remoteJID,
+ EncSecretReportToken, remoteJID, messageID, senderJID,
57
msg.GetMessageContextInfo().GetMessageSecret(),
58
)
59
hasher := hmac.New(sha256.New, reportingSecret)
0 commit comments