Add support for system names on the ContactRecord.

This commit is contained in:
Greyson Parrelli
2022-09-28 14:09:44 -04:00
parent 6e5f28339d
commit 1999db97f2
11 changed files with 197 additions and 66 deletions

View File

@@ -87,6 +87,8 @@ message ContactRecord {
uint64 mutedUntilTimestamp = 13;
bool hideStory = 14;
uint64 unregisteredAtTimestamp = 16;
string systemGivenName = 17;
string systemFamilyName = 18;
bool hidden = 19;
// NEXT ID: 20
}