Update ContactRecord.hidden field to value 20.

This commit is contained in:
Greyson Parrelli 2023-02-13 16:58:25 -05:00
parent b9d5fb54c3
commit 9fa4741e49

View file

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