Browse Source

add default for TG filter_mode

pull/2175/head
smargold476 3 years ago
committed by GitHub
parent
commit
01078fea8f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      roles/matrix-bridge-mautrix-telegram/defaults/main.yml

+ 3
- 0
roles/matrix-bridge-mautrix-telegram/defaults/main.yml View File

@@ -38,6 +38,9 @@ matrix_mautrix_telegram_api_id: ''
matrix_mautrix_telegram_api_hash: ''
matrix_mautrix_telegram_bot_token: disabled

# Define the filter-mode
matrix_mautrix_telegram_filter_mode: "blacklist"

# Whether or not the public-facing endpoints should be enabled (web-based login)
matrix_mautrix_telegram_appservice_public_enabled: true



Loading…
Cancel
Save