mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-29 13:16:01 +01:00
Do not set or read reaction target phone number.
This commit is contained in:
committed by
Greyson Parrelli
parent
e05f137bd8
commit
64efb3d2a4
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user