systemGivenName/systemFamilyName in ContactPill
This commit is contained in:
parent
5957c111cf
commit
ffac571dd8
8 changed files with 24 additions and 3 deletions
|
@ -87,6 +87,8 @@ message ContactRecord {
|
|||
optional uint64 mutedUntilTimestamp = 13;
|
||||
optional bool hideStory = 14;
|
||||
optional uint64 unregisteredAtTimestamp = 16;
|
||||
optional string systemGivenName = 17;
|
||||
optional string systemFamilyName = 18;
|
||||
}
|
||||
|
||||
message GroupV1Record {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue