From 3fee13033156407a3cd9e37ef861b8180afeb148 Mon Sep 17 00:00:00 2001 From: Julius Nowakowski Date: Sat, 20 Sep 2025 14:50:35 +0200 Subject: [PATCH] fix: displayname_template lost during parsing to dict --- .../matrix-bridge-mautrix-whatsapp/templates/config.yaml.j2 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/roles/custom/matrix-bridge-mautrix-whatsapp/templates/config.yaml.j2 b/roles/custom/matrix-bridge-mautrix-whatsapp/templates/config.yaml.j2 index e7187abd4..ed55cc586 100644 --- a/roles/custom/matrix-bridge-mautrix-whatsapp/templates/config.yaml.j2 +++ b/roles/custom/matrix-bridge-mautrix-whatsapp/templates/config.yaml.j2 @@ -16,12 +16,6 @@ network: proxy_only_login: false # Displayname template for WhatsApp users. - # {% raw %} - # {{.PushName}} - nickname set by the WhatsApp user - # {{.BusinessName}} - validated WhatsApp business name - # {{.Phone}} - phone number (international format) - # {{.FullName}} - Name you set in the contacts list - # {% endraw %} displayname_template: {{ matrix_mautrix_whatsapp_network_displayname_template | to_json }} # Should incoming calls send a message to the Matrix room?