Enable call links

This commit is contained in:
Max Radermacher 2024-10-16 14:33:14 -05:00 committed by GitHub
parent bfbf721337
commit dad37fc5b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,9 +45,9 @@ public enum FeatureFlags {
public static let messageBackupFileAlpha = build.includes(.dev)
public static let messageBackupFileAlphaRegistrationFlow = build.includes(.dev)
public static let callLinkCreate = build.includes(.internal)
public static let callLinkSync = build.includes(.internal)
public static let callLinkJoin = build.includes(.internal)
public static let callLinkCreate = true
public static let callLinkSync = true
public static let callLinkJoin = true
public static let chatListFilter = build.includes(.internal)