From 9fa4741e49254009a7bd3e581a71647293692bec Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Mon, 13 Feb 2023 16:58:25 -0500 Subject: [PATCH] Update ContactRecord.hidden field to value 20. --- libsignal/service/src/main/proto/StorageService.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsignal/service/src/main/proto/StorageService.proto b/libsignal/service/src/main/proto/StorageService.proto index 4cf7b47d7e..cec69075af 100644 --- a/libsignal/service/src/main/proto/StorageService.proto +++ b/libsignal/service/src/main/proto/StorageService.proto @@ -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 {