From e00769631a0cd19717852e28dd176922003d28c7 Mon Sep 17 00:00:00 2001 From: Cobra Date: Tue, 7 Apr 2026 14:56:46 -0400 Subject: [PATCH] =?UTF-8?q?Remove=20homeserver=20default=20=E2=80=94=20no?= =?UTF-8?q?=20infrastructure=20fingerprints=20in=20wizard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- operator_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator_setup.sh b/operator_setup.sh index 566a73b..83b2e07 100755 --- a/operator_setup.sh +++ b/operator_setup.sh @@ -387,7 +387,7 @@ if [[ "$enable_alerter" =~ ^[yY]$ ]]; then prompt_default alerter_type "Alerter type (1-3)" "1" if [[ "$alerter_type" == "1" ]]; then BB_ALERTER_TYPE="matrix" - prompt_default matrix_hs "Homeserver URL" "https://m.example.org" + prompt_default matrix_hs "Homeserver URL" "" prompt_default matrix_room "Room ID (e.g. !abc123:homeserver)" "" prompt_default matrix_token "Bot access token" "" BB_ALERTER_MATRIX_HS="$matrix_hs"