Update ContactRecord.hidden field to value 20.
This commit is contained in:
parent
b9d5fb54c3
commit
9fa4741e49
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@ message ContactRecord {
|
|||
uint64 unregisteredAtTimestamp = 16;
|
||||
string systemGivenName = 17;
|
||||
string systemFamilyName = 18;
|
||||
bool hidden = 19;
|
||||
// NEXT ID: 20
|
||||
bool hidden = 20;
|
||||
// NEXT ID: 21
|
||||
}
|
||||
|
||||
message GroupV1Record {
|
||||
|
|
Loading…
Add table
Reference in a new issue