Show / Hide integrations and actions in rooms

- Initial Build Settings
This commit is contained in:
Gil Eluard
2021-04-20 14:57:31 +02:00
parent a3cc1849ca
commit faa9d920fe
+3 -3
View File
@@ -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