Update go-whatsapp with new proto version

This commit is contained in:
Tulir Asokan
2019-05-23 22:57:19 +03:00
parent 0408db5c07
commit 5eb06ee43c
4 changed files with 13 additions and 5 deletions

View File

@ -1027,7 +1027,7 @@ func (portal *Portal) HandleMatrixMessage(sender *User, evt *mautrix.Event) {
if msg != nil && msg.Content != nil {
ctxInfo.StanzaId = &msg.JID
ctxInfo.Participant = &msg.Sender
ctxInfo.QuotedMessage = []*waProto.Message{msg.Content}
ctxInfo.QuotedMessage = msg.Content
}
}
var err error