Add new story-based AccountRecord fields and wiring.

This commit is contained in:
Alex Hart
2022-09-13 10:14:45 -03:00
committed by Greyson Parrelli
parent b5300c877c
commit 4882a4d11c
11 changed files with 121 additions and 8 deletions

View File

@@ -158,6 +158,10 @@ message AccountRecord {
string subscriberCurrencyCode = 22;
bool displayBadgesOnProfile = 23;
bool subscriptionManuallyCancelled = 24;
bool keepMutedChatsArchived = 25;
bool hasSetMyStoriesPrivacy = 26;
bool hasViewedOnboardingStory = 27;
bool storiesDisabled = 28;
}
message StoryDistributionListRecord {