Skip to content

Commit

Permalink
Merge pull request #996 from tchapgouv/995-ouvrir-la-notification-par…
Browse files Browse the repository at this point in the history
…-email-a-toutes-les-instances

Rendre la "notification par email" disponible à tout le monde.
  • Loading branch information
NicolasBuquet authored Mar 26, 2024
2 parents 0456a99 + 73fcf2c commit 1c281a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Tchap/Config/BuildSettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions changelog.d/995.change
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
La "notification par email" est rendue disponible à tout le monde.

0 comments on commit 1c281a8

Please sign in to comment.