Remove homeserver default — no infrastructure fingerprints in wizard
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user