Compute from embedded contact's displayName

This commit is contained in:
Fedor Indutny
2024-10-01 14:46:56 -07:00
committed by GitHub
parent f730b0c82b
commit bb69f81b9f
8 changed files with 63 additions and 51 deletions

View File

@@ -212,7 +212,8 @@ message DataMessage {
optional string prefix = 3;
optional string suffix = 4;
optional string middleName = 5;
optional string displayName = 6;
reserved /* displayName */ 6;
optional string nickname = 7;
}
message Phone {