mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
Show / Hide integrations and actions in rooms
- Initial Build Settings
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user