Explorar el Código

Try to make Jinja not trip up over syntax

pull/1936/head
Slavi Pantaleev hace 3 años
committed by GitHub
padre
commit
fa9b34b983
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-whatsapp/templates/config.yaml.j2

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

@@ -80,7 +80,7 @@ whatsapp:
# Bridge config
bridge:
# Localpart template of MXIDs for WhatsApp users.
# {{.}} is replaced with the phone number of the WhatsApp user.
# {% raw %}{{.}}{% endraw %} is replaced with the phone number of the WhatsApp user.
username_template: "{{ 'whatsapp_{{.}}' }}"
# Displayname template for WhatsApp users.
# {{.PushName}} - nickname set by the WhatsApp user


Cargando…
Cancelar
Guardar