From b44d65fa62e9be699af5a8531f6ef29363d4a037 Mon Sep 17 00:00:00 2001 From: jasonlaguidice <19523621+jasonlaguidice@users.noreply.github.com> Date: Sat, 30 May 2026 17:04:05 -0700 Subject: [PATCH] Fix raw parse --- roles/custom/matrix-bridge-rustpush/templates/config.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.