Revert "Do not set or read quote author phone number."

This reverts commit 936e772ba0.
This commit is contained in:
Alan Evans
2020-11-05 18:56:11 -04:00
parent 0ed1f73990
commit 872f935fd5
3 changed files with 9 additions and 4 deletions

View File

@@ -128,7 +128,7 @@ message DataMessage {
}
optional uint64 id = 1;
// optional string authorE164 = 2;
optional string authorE164 = 2;
optional string authorUuid = 5;
optional string text = 3;
repeated QuotedAttachment attachments = 4;