Remove non-integrated settings

This commit is contained in:
ismailgulek 2020-07-30 16:07:03 +03:00
parent f2700ebfc3
commit 5bef9ae3a8

View file

@ -57,7 +57,6 @@ final class BuildSettings: NSObject {
static let allowBugReportingManually: Bool = true
static let allowDeactivatingAccount: Bool = true
static let allowSendingStickers: Bool = true
static let allowSearchOnOtherServersForRoomDirectory: Bool = false
// Message settings
static let allowMessageDetailsShare: Bool = true
@ -65,10 +64,4 @@ final class BuildSettings: NSObject {
static let allowMessageDetailsViewSource: Bool = true
static let allowMessageDetailsReportContent: Bool = true
// Room settings
static let showLowPrioritySetting: Bool = false
static let showDirectChatSettings: Bool = false
static let showAccessControls: Bool = false
static let allowChangingHistoryVisibility: Bool = false
}