Temporarily disable gift receiving in beta
This commit is contained in:
parent
b7ed5ae6ae
commit
8cd4cb07e0
@ -97,6 +97,8 @@ public class FeatureFlags: BaseFlags {
|
||||
@objc
|
||||
public static let hsmContactDiscovery = false
|
||||
|
||||
public static let shouldUseRemoteConfigForReceivingGiftBadges = build.includes(.qa)
|
||||
|
||||
public static let isPrerelease = build.includes(.beta)
|
||||
|
||||
@objc
|
||||
|
||||
@ -216,7 +216,7 @@ public class RemoteConfig: BaseFlags {
|
||||
|
||||
@objc
|
||||
public static var canReceiveGiftBadges: Bool {
|
||||
isEnabled(.canReceiveGiftBadges, defaultValue: true)
|
||||
FeatureFlags.shouldUseRemoteConfigForReceivingGiftBadges && isEnabled(.canReceiveGiftBadges, defaultValue: true)
|
||||
}
|
||||
|
||||
public static var canSendGiftBadges: Bool {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user