mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-08 17:29:02 +01:00
Rotate AccountRecord.storiesDisabled
iOS had a bug and we need to try again.
This commit is contained in:
@@ -174,7 +174,8 @@ message AccountRecord {
|
|||||||
bool keepMutedChatsArchived = 25;
|
bool keepMutedChatsArchived = 25;
|
||||||
bool hasSetMyStoriesPrivacy = 26;
|
bool hasSetMyStoriesPrivacy = 26;
|
||||||
bool hasViewedOnboardingStory = 27;
|
bool hasViewedOnboardingStory = 27;
|
||||||
bool storiesDisabled = 28;
|
reserved /* storiesDisabled */ 28;
|
||||||
|
bool storiesDisabled = 29;
|
||||||
}
|
}
|
||||||
|
|
||||||
message StoryDistributionListRecord {
|
message StoryDistributionListRecord {
|
||||||
|
|||||||
Reference in New Issue
Block a user