mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 14:46:56 +02:00
Changes in new features and build settings
This commit is contained in:
@@ -77,7 +77,7 @@ class BWIBuildSettings: NSObject {
|
||||
// Location Sharing
|
||||
// (this disables error messages when map laoding failed)
|
||||
var locationSharingSSLProblemWorkaround = true
|
||||
var locationSharingEnabled = true
|
||||
var locationSharingEnabled = false
|
||||
|
||||
// Integration check
|
||||
var forcedPinProtection = true
|
||||
@@ -128,7 +128,7 @@ class BWIBuildSettings: NSObject {
|
||||
|
||||
var bwiAutoCreateAliasOnRoomCreation = true
|
||||
|
||||
var bwiLocationShareButtonVisible = true
|
||||
var bwiLocationShareButtonVisible = false
|
||||
var bwiUseCustomPersonalNotesAvatar = true
|
||||
var bwiBetterIgnoredUsers = true
|
||||
var bwiSettingsShowInAppNotifications = false
|
||||
@@ -403,7 +403,7 @@ class BWIBuildSettings: NSObject {
|
||||
var authScreenShowSocialLoginSection = false
|
||||
|
||||
// MARK: - Cross-signing (bwi=true)
|
||||
var disableSelfUserVerification = false
|
||||
var disableSelfUserVerification = true
|
||||
|
||||
// MARK: - Antivirus scan (bwi=true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user