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