From e3dff46136eb7ba7a52dc8f795fd6c0ea8542042 Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Thu, 6 Oct 2022 13:57:45 -0400 Subject: [PATCH] Rotate AccountRecord.storiesDisabled iOS had a bug and we need to try again. --- libsignal/service/src/main/proto/StorageService.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libsignal/service/src/main/proto/StorageService.proto b/libsignal/service/src/main/proto/StorageService.proto index 1ad46d802d..3b47f03382 100644 --- a/libsignal/service/src/main/proto/StorageService.proto +++ b/libsignal/service/src/main/proto/StorageService.proto @@ -174,7 +174,8 @@ message AccountRecord { bool keepMutedChatsArchived = 25; bool hasSetMyStoriesPrivacy = 26; bool hasViewedOnboardingStory = 27; - bool storiesDisabled = 28; + reserved /* storiesDisabled */ 28; + bool storiesDisabled = 29; } message StoryDistributionListRecord {