diff --git a/config.prod.json b/config.prod.json index 3ec37b9ba4..d5af42b08a 100644 --- a/config.prod.json +++ b/config.prod.json @@ -193,11 +193,7 @@ "feature_email_notification": ["*"], "feature_thread": [], "feature_space": [], - "feature_audio_call": [ - "agent.dinum.tchap.gouv.fr", - "agent.diplomatie.tchap.gouv.fr", - "agent.finances.tchap.gouv.fr" - ], + "feature_audio_call": ["*"], "feature_video_call": [] } } diff --git a/config.prod.lab.json b/config.prod.lab.json index 211ea54786..50d4365257 100644 --- a/config.prod.lab.json +++ b/config.prod.lab.json @@ -193,11 +193,7 @@ "feature_email_notification": ["*"], "feature_thread": ["agent.dinum.tchap.gouv.fr"], "feature_space": ["agent.dinum.tchap.gouv.fr"], - "feature_audio_call": [ - "agent.dinum.tchap.gouv.fr", - "agent.diplomatie.tchap.gouv.fr", - "agent.finances.tchap.gouv.fr" - ], + "feature_audio_call": ["*"], "feature_video_call": ["agent.dinum.tchap.gouv.fr"] } } diff --git a/package.json b/package.json index 20722071ec..f805249685 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "element-web", "productName": "Tchap", - "version": "4.5.3", + "version": "4.5.4", "version-element-web": "1.11.65", "description": "A feature-rich client for Matrix.org", "author": "DINUM",