Don't set or read reaction target phone number

This commit is contained in:
Evan Hahn 2021-03-31 14:48:10 -05:00 committed by Josh Perez
parent 1a9c6b9385
commit 63ece2e9b4
5 changed files with 2 additions and 13 deletions

View file

@ -209,7 +209,7 @@ message DataMessage {
message Reaction {
optional string emoji = 1;
optional bool remove = 2;
optional string targetAuthorE164 = 3;
reserved /* targetAuthorE164 */ 3; // removed
optional string targetAuthorUuid = 4;
optional uint64 targetTimestamp = 5;
}