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:
ismailgulek
2022-09-30 15:45:20 +03:00
committed by GitHub
parent f8d6f43967
commit 0f9bd7e6a4
7 changed files with 65 additions and 7 deletions
+9 -1
View File
@@ -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.