From 3f6fc2709559052708eb0ff0c48f88f862d2a94d Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 7 May 2022 11:25:16 +0300 Subject: [PATCH] Remove GroupingKey from reactions as WhatsApp doesn't seem to use it --- portal.go | 1 - 1 file changed, 1 deletion(-) diff --git a/portal.go b/portal.go index 1483292..062ce63 100644 --- a/portal.go +++ b/portal.go @@ -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), }, })