Sfoglia il codice sorgente

Try to make Jinja not trip up over syntax

pull/1936/head
Slavi Pantaleev 3 anni fa
committed by GitHub
parent
commit
fa9b34b983
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      roles/matrix-bridge-mautrix-whatsapp/templates/config.yaml.j2

+ 1
- 1
roles/matrix-bridge-mautrix-whatsapp/templates/config.yaml.j2 Vedi File

@@ -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


Caricamento…
Annulla
Salva