feat: use false for bwiShowHappyBirthdayScreen as defaul (MESSENGER-6854)

This commit is contained in:
Arnfried Griesert
2025-02-06 15:07:35 +01:00
parent aee489f26c
commit 6c0f1b1935
3 changed files with 3 additions and 1 deletions

View File

@@ -587,7 +587,7 @@ class BWIBuildSettings: NSObject {
var bwiEnableRegisterInfo = false
var bwiShowHappyBirthdayCampaign = true
var bwiShowHappyBirthdayCampaign = false
var bwiHappyBirthdayCampaignIdentifier: String = "2025"
var bwiDisableSecuritySettingsUntrustedDevices = true

View File

@@ -44,5 +44,6 @@ extension BWIBuildSettings {
avoidServerSelectionOnAppConfig = true
enableFeatureWYSIWYGByDefault = true
bwiEnableTokenizedLoginProtection = true
bwiShowHappyBirthdayCampaign = true
}
}

View File

@@ -32,6 +32,7 @@ extension BWIBuildSettings {
avoidServerSelectionOnAppConfig = true
enableFeatureWYSIWYGByDefault = true
bwiEnableTokenizedLoginProtection = true
bwiShowHappyBirthdayCampaign = true
}
}