From dad37fc5b6e18d99f592ee36b524678dcedea0ec Mon Sep 17 00:00:00 2001 From: Max Radermacher Date: Wed, 16 Oct 2024 14:33:14 -0500 Subject: [PATCH] Enable call links --- SignalServiceKit/Util/FeatureFlags.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SignalServiceKit/Util/FeatureFlags.swift b/SignalServiceKit/Util/FeatureFlags.swift index 3da7a8cac2..44f4edd0ff 100644 --- a/SignalServiceKit/Util/FeatureFlags.swift +++ b/SignalServiceKit/Util/FeatureFlags.swift @@ -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)