mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 02:22:44 +02:00
Merge branch 'develop' into 'feature/5203_us01_add_federation_room_overview'
# Conflicts: # Config/BWIBuildSettings.swift
This commit is contained in:
@@ -522,7 +522,7 @@ class BWIBuildSettings: NSObject {
|
||||
var forgotPasswordInformationAlert = true
|
||||
|
||||
// MARK: Promote new feature within a banner below the navigation view
|
||||
var showTopBanner = true
|
||||
var showTopBanner = false
|
||||
|
||||
var showCustomServerDisplayName = true
|
||||
var customServerDisplayName = ""
|
||||
@@ -690,6 +690,11 @@ class BWIBuildSettings: NSObject {
|
||||
// MARK: Content Scanner Status Thumbnail
|
||||
var showContentScannerStatusWithFilename = true
|
||||
|
||||
// MARK: Federation
|
||||
@UserDefault(key: UserDefaultsKeys.isFederationEnabled, defaultValue: false, storage: RiotSettings.defaults)
|
||||
var isFederationEnabled
|
||||
|
||||
// shows the grey/green/red shield for the room avatar / user avatar
|
||||
var showEncryptionStatusBadgeOnAvatar = false
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user