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 4e19e36 commit fc2db39Copy full SHA for fc2db39
pkg/msgconv/from-matrix.go
@@ -66,7 +66,6 @@ func (mc *MessageConverter) ToWhatsApp(
66
msgID, err := waid.ParseMessageID(replyTo.ID)
67
if err == nil {
68
contextInfo.StanzaID = proto.String(msgID.ID)
69
- contextInfo.RemoteJID = proto.String(msgID.Chat.String())
70
contextInfo.Participant = proto.String(msgID.Sender.String())
71
contextInfo.QuotedMessage = &waE2E.Message{Conversation: proto.String("")}
72
} else {
0 commit comments