diff --git a/SignalServiceKit/Util/FeatureFlags.swift b/SignalServiceKit/Util/FeatureFlags.swift index 869e53b75f..c7382d398a 100644 --- a/SignalServiceKit/Util/FeatureFlags.swift +++ b/SignalServiceKit/Util/FeatureFlags.swift @@ -74,7 +74,7 @@ public class FeatureFlags: NSObject { public static let messageBackupFileAlphaRegistrationFlow = build.includes(.dev) public static let v2MessageAttachmentsToggle = build.includes(.internal) - public static let v2MessageAttachmentsForceEnable = build.includes(.internal) + public static let v2MessageAttachmentsForceEnable = build.includes(.production) public static let callLinkCreate = build.includes(.dev)