From 0eaf27735c76ee572bf8fd6a0041a60ff162afb4 Mon Sep 17 00:00:00 2001 From: Nicolas Buquet Date: Tue, 26 Mar 2024 15:13:47 +0100 Subject: [PATCH] =?UTF-8?q?Rendre=20la=20"notification=20par=20email"=20di?= =?UTF-8?q?sponible=20=C3=A0=20tout=20le=20monde.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tchap/Config/BuildSettings.swift | 2 +- changelog.d/995.change | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/995.change diff --git a/Tchap/Config/BuildSettings.swift b/Tchap/Config/BuildSettings.swift index 15bd01100..af771f7e2 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: [ - "agent.dinum.tchap.gouv.fr" + "*" ], tchapFeatureVoiceOverIP: [ "agent.dinum.tchap.gouv.fr" diff --git a/changelog.d/995.change b/changelog.d/995.change new file mode 100644 index 000000000..61281cbc4 --- /dev/null +++ b/changelog.d/995.change @@ -0,0 +1 @@ +La "notification par email" est rendue disponible à tout le monde. \ No newline at end of file