nixos/chatterbox: Restore old WhatsApp display name template
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 19s

This commit is contained in:
2025-12-04 10:04:13 +00:00
parent 3306aaab5e
commit 4433395125

View File

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