MESSENGER-3581 deactivate content scanner

This commit is contained in:
Frank Rotermund
2022-09-19 12:54:31 +02:00
parent 0654136ba6
commit f949eb6ddf
2 changed files with 4 additions and 4 deletions

View File

@@ -415,7 +415,7 @@ final class BuildSettings: NSObject {
static let disableSelfUserVerification = true
// MARK: - Antivirus scan (bwi=true)
static let enableAntivirusScan = true
static let enableAntivirusScan = false
// MARK: - Room Screen
static let enableRoomSearchItem = false
@@ -500,7 +500,7 @@ final class BuildSettings: NSObject {
static let bwiShowDeveloperSettings : Bool = false
// MARK BWI personal notes room
static let bwiPersonalNotesRoom : Bool = true
static let bwiPersonalNotesRoom : Bool = false
static let bwiPersonalNotesRoomLeavable : Bool = false
static let bwiResetPersonalNotesAccountData : Bool = false
static let bwiShowTimelineSettings : Bool = false

View File

@@ -419,7 +419,7 @@ final class BuildSettings: NSObject {
static let disableSelfUserVerification = true
// MARK: - Antivirus scan (bwi=true)
static let enableAntivirusScan = true
static let enableAntivirusScan = false
// MARK: - Room Screen
static let enableRoomSearchItem = false
@@ -504,7 +504,7 @@ final class BuildSettings: NSObject {
static let bwiShowDeveloperSettings : Bool = false
// MARK BWI personal notes room
static let bwiPersonalNotesRoom : Bool = true
static let bwiPersonalNotesRoom : Bool = false
static let bwiPersonalNotesRoomLeavable : Bool = false
static let bwiResetPersonalNotesAccountData : Bool = false
static let bwiShowTimelineSettings : Bool = false