Эх сурвалжийг харах

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

Tulir Asokan 3 жил өмнө
parent
commit
3f6fc27095
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      portal.go

+ 0 - 1
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),
 		},
 	})