diff --git a/Tchap/Config/BuildSettings.swift b/Tchap/Config/BuildSettings.swift index 15bd01100..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: [ - "agent.dinum.tchap.gouv.fr" + tchapFeatureAnyHomeServer ], 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