mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 11:30:50 +02:00
New session manager labs flag (PSG-792) (#6780)
* Add new session manager labs flag * Add labs flag for client information feature * Add changelog
This commit is contained in:
@@ -163,7 +163,15 @@ final class RiotSettings: NSObject {
|
||||
NotificationCenter.default.post(name: RiotSettings.didUpdateLiveLocationSharingActivation, object: self)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// Flag indicating if the new session manager is enabled
|
||||
@UserDefault(key: "enableNewSessionManager", defaultValue: false, storage: defaults)
|
||||
var enableNewSessionManager
|
||||
|
||||
/// Flag indicating if the new client information feature is enabled
|
||||
@UserDefault(key: "enableClientInformationFeature", defaultValue: false, storage: defaults)
|
||||
var enableClientInformationFeature
|
||||
|
||||
// MARK: Calls
|
||||
|
||||
/// Indicate if `allowStunServerFallback` settings has been set once.
|
||||
|
||||
Reference in New Issue
Block a user