Rotate AccountRecord.storiesDisabled

iOS had a bug and we need to try again.
fork-5.53.8
Greyson Parrelli 2022-10-06 13:57:45 -04:00
rodzic 891c99a148
commit e3dff46136
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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