diff --git a/pkg/msgconv/from-matrix.go b/pkg/msgconv/from-matrix.go index 9895a290..0f24022b 100644 --- a/pkg/msgconv/from-matrix.go +++ b/pkg/msgconv/from-matrix.go @@ -66,7 +66,6 @@ func (mc *MessageConverter) ToWhatsApp( msgID, err := waid.ParseMessageID(replyTo.ID) if err == nil { contextInfo.StanzaID = proto.String(msgID.ID) - contextInfo.RemoteJID = proto.String(msgID.Chat.String()) contextInfo.Participant = proto.String(msgID.Sender.String()) contextInfo.QuotedMessage = &waE2E.Message{Conversation: proto.String("")} } else {