From 56196b13b5cf1e23c6ae6753d74af9f303b6ec4d Mon Sep 17 00:00:00 2001 From: Nicolas Buquet Date: Wed, 3 Jul 2024 17:07:49 +0200 Subject: [PATCH] Ajout de la VoIP sur Finances dans le bon fichier de configuration --- Tchap/Config/BuildSettings.swift | 4 ++-- changelog.d/1071.change | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelog.d/1071.change diff --git a/Tchap/Config/BuildSettings.swift b/Tchap/Config/BuildSettings.swift index 2911cd225..2b3b90bab 100644 --- a/Tchap/Config/BuildSettings.swift +++ b/Tchap/Config/BuildSettings.swift @@ -272,7 +272,7 @@ final class BuildSettings: NSObject { tchapFeatureNotificationByEmail: [ tchapFeatureAnyHomeServer ], - // Audio calls for all except Finances in Tchap Production. + // Audio calls for all in Tchap Production. tchapFeatureVoiceOverIP: [ "agent.externe.tchap.gouv.fr", "agent.collectivites.tchap.gouv.fr", @@ -280,7 +280,7 @@ final class BuildSettings: NSObject { "agent.elysee.tchap.gouv.fr", "agent.pm.tchap.gouv.fr", "agent.ssi.tchap.gouv.fr", -// "agent.finances.tchap.gouv.fr", + "agent.finances.tchap.gouv.fr", "agent.social.tchap.gouv.fr", "agent.interieur.tchap.gouv.fr", "agent.agriculture.tchap.gouv.fr", diff --git a/changelog.d/1071.change b/changelog.d/1071.change new file mode 100644 index 000000000..0b630814d --- /dev/null +++ b/changelog.d/1071.change @@ -0,0 +1 @@ +Ajout de la VoIP sur Finances dans le bon fichier de configuration \ No newline at end of file