Rotate AccountRecord.storiesDisabled
iOS had a bug and we need to try again.
This commit is contained in:
parent
891c99a148
commit
e3dff46136
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue