From 44333951257e35d5096a296a29792e38ecea1a96 Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Thu, 4 Dec 2025 10:04:13 +0000 Subject: [PATCH] nixos/chatterbox: Restore old WhatsApp display name template --- nixos/boxes/colony/vms/shill/containers/chatterbox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/boxes/colony/vms/shill/containers/chatterbox.nix b/nixos/boxes/colony/vms/shill/containers/chatterbox.nix index a7e53d3..e774f49 100644 --- a/nixos/boxes/colony/vms/shill/containers/chatterbox.nix +++ b/nixos/boxes/colony/vms/shill/containers/chatterbox.nix @@ -246,7 +246,7 @@ in delivery_receipts = true; }; network = { - # displayname_template = "{{or .BusinessName .PushName .JID}} (WA)"; + displayname_template = ''{{or .BusinessName .PushName .FullName .Phone "Unknown user"}} (WA)''; url_previews = true; }; };