Do not set or read reaction target phone number.

This commit is contained in:
Alan Evans
2020-09-17 14:51:23 -03:00
committed by Greyson Parrelli
parent e05f137bd8
commit 64efb3d2a4
3 changed files with 12 additions and 10 deletions

View File

@@ -221,7 +221,7 @@ message DataMessage {
message Reaction {
optional string emoji = 1;
optional bool remove = 2;
optional string targetAuthorE164 = 3;
// optional string targetAuthorE164 = 3;
optional string targetAuthorUuid = 4;
optional uint64 targetSentTimestamp = 5;
}