Remove GroupingKey from reactions as WhatsApp doesn't seem to use it

This commit is contained in:
Tulir Asokan 2022-05-07 11:25:16 +03:00
parent 380ca00c34
commit 3f6fc27095

View file

@ -2883,7 +2883,6 @@ func (portal *Portal) sendReactionToWhatsApp(sender *User, id types.MessageID, t
Participant: messageKeyParticipant,
},
Text: proto.String(key),
GroupingKey: proto.String(key), // TODO is this correct?
SenderTimestampMs: proto.Int64(timestamp),
},
})