From 73fcf2cfb402d94b697d8f41b40beb45a4fe80b6 Mon Sep 17 00:00:00 2001 From: Nicolas Buquet Date: Tue, 26 Mar 2024 15:22:25 +0100 Subject: [PATCH] =?UTF-8?q?Utiliser=20la=20constante=20pr=C3=A9d=C3=A9fini?= =?UTF-8?q?e=20`tchapFeatureAnyHomeServer`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tchap/Config/BuildSettings.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tchap/Config/BuildSettings.swift b/Tchap/Config/BuildSettings.swift index af771f7e2..740afb882 100644 --- a/Tchap/Config/BuildSettings.swift +++ b/Tchap/Config/BuildSettings.swift @@ -269,7 +269,7 @@ final class BuildSettings: NSObject { static let tchapFeatureVideoOverIP = "tchapFeatureVideoOverIP" static var tchapFeaturesAllowedHomeServersForFeature: [String: [String]] = [ tchapFeatureNotificationByEmail: [ - "*" + tchapFeatureAnyHomeServer ], tchapFeatureVoiceOverIP: [ "agent.dinum.tchap.gouv.fr"