Enable TSMessage TSAttachment migration in prod

This commit is contained in:
Harry 2024-08-20 15:07:57 -07:00 committed by GitHub
parent 1d97c10767
commit b805a89876
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)