nixos/chatterbox: Restore old WhatsApp display name template
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 19s
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 19s
This commit is contained in:
@@ -246,7 +246,7 @@ in
|
|||||||
delivery_receipts = true;
|
delivery_receipts = true;
|
||||||
};
|
};
|
||||||
network = {
|
network = {
|
||||||
# displayname_template = "{{or .BusinessName .PushName .JID}} (WA)";
|
displayname_template = ''{{or .BusinessName .PushName .FullName .Phone "Unknown user"}} (WA)'';
|
||||||
url_previews = true;
|
url_previews = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user