Rotate AccountRecord.storiesDisabled

iOS had a bug and we need to try again.
This commit is contained in:
Greyson Parrelli 2022-10-06 13:57:45 -04:00
parent 891c99a148
commit e3dff46136

View file

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