From 3d6b4e998c07a64d3e2a2b64ed417d93c8424452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sat, 9 Mar 2024 02:17:33 +0100 Subject: [PATCH] Enable again tdls as it look like working now --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 4f7789d..8aa7a78 100644 --- a/scripts/install +++ b/scripts/install @@ -43,7 +43,7 @@ notif_for_new_users="true" enable_group_creation="true" push_include_content="true" enable_3pid_lookup=false -enable_dtls_for_audio_video_turn_call=false +enable_dtls_for_audio_video_turn_call=true if [ "$is_free_registration" -eq 0 ] then diff --git a/scripts/upgrade b/scripts/upgrade index b63fd6d..ada47aa 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -201,7 +201,7 @@ then fi if [ -z "${enable_dtls_for_audio_video_turn_call:-}" ] then - enable_dtls_for_audio_video_turn_call=false + enable_dtls_for_audio_video_turn_call=true ynh_app_setting_set --app=$app --key=enable_dtls_for_audio_video_turn_call --value=$enable_dtls_for_audio_video_turn_call fi