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; }; };