Don't set or read reaction target phone number
This commit is contained in:
parent
1a9c6b9385
commit
63ece2e9b4
5 changed files with 2 additions and 13 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue