Enable outbound group rings for non-beta users as well

This commit is contained in:
Jordan Rose 2022-12-01 16:51:06 -08:00
parent 42fe4db919
commit 5a2e15039b

View File

@ -269,8 +269,7 @@ public class RemoteConfig: BaseFlags {
}
public static var outboundGroupRings: Bool {
// When we're ready to enable outbound rings in production, remove the check for 'isPrerelease'.
DebugFlags.internalSettings || (FeatureFlags.isPrerelease && isEnabled(.groupRings2))
DebugFlags.internalSettings || isEnabled(.groupRings2)
}
public static var maxGroupCallRingSize: UInt {