Explorar el Código

Make mautrix-gvoice honor matrix_bridge_mautrix_gvoice_command_prefix

The variable was defined, but the configuration template hardcoded the
command prefix, so changing the variable had no effect.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
pull/5470/head
Slavi Pantaleev hace 19 horas
padre
commit
e30809a8fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/custom/matrix-bridge-mautrix-gvoice/templates/config.yaml.j2

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

@@ -8,7 +8,7 @@ network:
# Config options that affect the central bridge module.
bridge:
# The prefix for commands. Only required in non-management rooms.
command_prefix: '!gv'
command_prefix: {{ matrix_bridge_mautrix_gvoice_command_prefix | to_json }}
# Should the bridge create a space for each login containing the rooms that account is in?
personal_filtering_spaces: {{ matrix_bridge_mautrix_gvoice_bridge_personal_filtering_spaces | to_json }}
# Whether the bridge should set names and avatars explicitly for DM portals.


Cargando…
Cancelar
Guardar