MESSENGER-5768 set old composer as default

This commit is contained in:
JanNiklas Grabowski
2024-02-20 16:55:22 +01:00
parent 3b32f25ffa
commit 4e9b025fc9
5 changed files with 5 additions and 1 deletions

View File

@@ -672,7 +672,7 @@ class BWIBuildSettings: NSObject {
var enableFeatureVoiceBroadcastsByDefault = false
// MARK: WYSIWYG
var enableFeatureWYSIWYGByDefault = true
var enableFeatureWYSIWYGByDefault = false
var bwiWYSIWYGVisibilityInSettings = true
var enableWYSIWYGCommands = false

View File

@@ -30,6 +30,7 @@ extension BWIBuildSettings {
bwiUseWellKnownPrivacyPolicyLink = true
itunesAppLink = "https://apps.apple.com/de/app/bundesmessenger/id1616866351"
avoidServerSelectionOnAppConfig = true
enableFeatureWYSIWYGByDefault = true
}
}

View File

@@ -41,5 +41,6 @@ extension BWIBuildSettings {
itunesAppLink = "https://apps.apple.com/de/app/bundesmessenger/id1616866351"
avoidServerSelectionOnAppConfig = true
enableFeatureWYSIWYGByDefault = true
}
}

View File

@@ -32,6 +32,7 @@ extension BWIBuildSettings {
itunesAppLink = "https://apps.apple.com/de/app/bundesmessenger-open/id6450672686"
avoidServerSelectionOnAppConfig = true
enableFeatureWYSIWYGByDefault = true
}
}

View File

@@ -30,6 +30,7 @@ extension BWIBuildSettings {
bwiUseWellKnownPrivacyPolicyLink = true
itunesAppLink = "https://apps.apple.com/de/app/bundesmessenger/id1616866351"
avoidServerSelectionOnAppConfig = true
enableFeatureWYSIWYGByDefault = true
}
}