Do not set or read quote author phone number.

This commit is contained in:
Alan Evans
2020-11-03 11:00:07 -04:00
parent ecee797d00
commit 936e772ba0
3 changed files with 4 additions and 9 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;