From faa9d920feeb238c8d2d9c40a3a6fd1eb89aeb0e Mon Sep 17 00:00:00 2001 From: Gil Eluard Date: Tue, 20 Apr 2021 14:57:31 +0200 Subject: [PATCH] Show / Hide integrations and actions in rooms - Initial Build Settings --- Config/BuildSettings.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Config/BuildSettings.swift b/Config/BuildSettings.swift index 4eea378f5..a14db5d4a 100644 --- a/Config/BuildSettings.swift +++ b/Config/BuildSettings.swift @@ -262,14 +262,14 @@ final class BuildSettings: NSObject { static let roomScreenAllowVoIPForDirectRoom: Bool = true static let roomScreenAllowVoIPForNonDirectRoom: Bool = true - static let roomScreenAllowCameraAction: Bool = false - static let roomScreenAllowMediaLibraryAction: Bool = false + static let roomScreenAllowCameraAction: Bool = true + static let roomScreenAllowMediaLibraryAction: Bool = true static let roomScreenAllowStickerAction: Bool = true static let roomScreenAllowFilesAction: Bool = true // MARK: - Room Info Screen - static let roomInfoScreenShowIntegrations: Bool = false + static let roomInfoScreenShowIntegrations: Bool = true // MARK: - Room Settings Screen