add option to change filter_mode

development
smargold476 2 years ago committed by GitHub
parent 1e0d10586d
commit a6e167cf91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -273,7 +273,7 @@ bridge:
# Filter mode to use. Either "blacklist" or "whitelist". # Filter mode to use. Either "blacklist" or "whitelist".
# If the mode is "blacklist", the listed chats will never be bridged. # If the mode is "blacklist", the listed chats will never be bridged.
# If the mode is "whitelist", only the listed chats can be bridged. # If the mode is "whitelist", only the listed chats can be bridged.
mode: blacklist mode: "{{ matrix_mautrix_telegram_filter_mode }}"
# The list of group/channel IDs to filter. # The list of group/channel IDs to filter.
list: [] list: []

Loading…
Cancel
Save