Fix issue where conversations started on linked devices didn't show a phone number.

This commit is contained in:
Greyson Parrelli
2022-07-29 12:15:46 -04:00
parent a51754e207
commit 9cd1971329
4 changed files with 7 additions and 3 deletions

View File

@@ -433,7 +433,7 @@ message SyncMessage {
optional bool isAllowedToReply = 3;
}
reserved /*destinationE164*/ 1;
optional string destinationE164 = 1;
optional string destinationUuid = 7;
optional uint64 timestamp = 2;
optional DataMessage message = 3;