Try to make Jinja not trip up over syntax

master
Slavi Pantaleev 2 years ago committed by GitHub
parent cd3f4e5231
commit fa9b34b983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save