mirror of https://github.com/oxen-io/session-ios
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
343 B
Swift
10 lines
343 B
Swift
|
|
@objc(SNFeatures)
|
|
public final class Features : NSObject {
|
|
public static let useOnionRequests = true
|
|
public static let useTestnet = false
|
|
|
|
// public static let useNewDisappearingMessagesConfig: Bool = Date().timeIntervalSince1970 > 1671062400 // 15/12/2022
|
|
public static let useNewDisappearingMessagesConfig: Bool = true
|
|
}
|