config: fix example displayname template

[skip cd]
This commit is contained in:
Tulir Asokan 2024-10-12 18:54:32 +03:00
parent 841bc81dbe
commit 878c7b8718

View file

@ -17,7 +17,7 @@ proxy_only_login: false
# {{.BusinessName}} - validated WhatsApp business name
# {{.Phone}} - phone number (international format)
# {{.FullName}} - Name you set in the contacts list
displayname_template: "{{or .FullName .BusinessName .PushName .Phone}} (WA)"
displayname_template: "{{or .BusinessName .PushName .Phone}} (WA)"
# Should incoming calls send a message to the Matrix room?
call_start_notices: true