Explorar el Código

Merge pull request #2 from smargold476/patch-3

add option to change filter_mode
pull/2175/head
smargold476 hace 3 años
committed by GitHub
padre
commit
4751f84971
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-bridge-mautrix-telegram/templates/config.yaml.j2

+ 1
- 1
roles/matrix-bridge-mautrix-telegram/templates/config.yaml.j2 Ver fichero

@@ -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: []




Cargando…
Cancelar
Guardar