systemGivenName/systemFamilyName in ContactPill

This commit is contained in:
Fedor Indutny
2022-09-27 16:07:00 -07:00
committed by GitHub
parent 5957c111cf
commit ffac571dd8
8 changed files with 24 additions and 3 deletions

View File

@@ -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 {