diff --git a/roles/custom/matrix-bridge-rustpush/templates/config.yaml.j2 b/roles/custom/matrix-bridge-rustpush/templates/config.yaml.j2 index 08faf2fa8..912cac44c 100644 --- a/roles/custom/matrix-bridge-rustpush/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-rustpush/templates/config.yaml.j2 @@ -2,8 +2,8 @@ # Network-specific config options (iMessage via RustPush) network: # Displayname template for iMessage contacts. - # Available variables: {{.FirstName}}, {{.LastName}}, {{.Nickname}}, - # {{.Phone}}, {{.Email}}, {{.ID}} + # Available variables: {% raw %}{{.FirstName}}, {{.LastName}}, {{.Nickname}}, + # {{.Phone}}, {{.Email}}, {{.ID}}{% endraw %} displayname_template: {{ matrix_rustpush_bridge_network_displayname_template | to_json }} # How many days back to look for chats during initial sync.