From b342aa75cc8d6dfb094346e5d767c4a9b3339744 Mon Sep 17 00:00:00 2001 From: "marc.sirisak" Date: Tue, 14 May 2024 17:12:27 +0200 Subject: [PATCH 1/2] feat(voip): open audio call to all instances --- config.prod.json | 6 +----- config.prod.lab.json | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) 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..f90a7fec77 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"] } } From a2afad390f7944b5b87ef9b7ecd8be18ff8fe72d Mon Sep 17 00:00:00 2001 From: "marc.sirisak" Date: Tue, 14 May 2024 17:12:43 +0200 Subject: [PATCH 2/2] Bump to 4.5.4 --- config.prod.lab.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.prod.lab.json b/config.prod.lab.json index f90a7fec77..50d4365257 100644 --- a/config.prod.lab.json +++ b/config.prod.lab.json @@ -193,7 +193,7 @@ "feature_email_notification": ["*"], "feature_thread": ["agent.dinum.tchap.gouv.fr"], "feature_space": ["agent.dinum.tchap.gouv.fr"], - "feature_audio_call":["*"], + "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",