mirror of
https://github.com/mautrix/whatsapp.git
synced 2025-03-14 14:15:38 +00:00
msgconv/from-matrix: don't set remote JID in context info
It's probably only for cross-chat replies
This commit is contained in:
parent
4e19e36655
commit
fc2db39bcb
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue