mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-12-04 20:52:54 +01:00
config: fix example displayname template
[skip cd]
This commit is contained in:
parent
841bc81dbe
commit
878c7b8718
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue