mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-05 09:51:41 -05:00
Try to make Jinja not trip up over syntax
This commit is contained in:
parent
cd3f4e5231
commit
fa9b34b983
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue