mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
Merge pull request #1938 from etkecc/master
fix mautrix-whatsapp config
This commit is contained in:
commit
140cdf0bc4
@ -80,16 +80,16 @@ whatsapp:
|
|||||||
# Bridge config
|
# Bridge config
|
||||||
bridge:
|
bridge:
|
||||||
# Localpart template of MXIDs for WhatsApp users.
|
# Localpart template of MXIDs for WhatsApp users.
|
||||||
# {% raw %}{{.}}{% endraw %} is replaced with the phone number of the WhatsApp user.
|
# {{ '{{.}}' }} is replaced with the phone number of the WhatsApp user.
|
||||||
username_template: "{{ 'whatsapp_{{.}}' }}"
|
username_template: "{{ 'whatsapp_{{.}}' }}"
|
||||||
# Displayname template for WhatsApp users.
|
# Displayname template for WhatsApp users.
|
||||||
# {{.PushName}} - nickname set by the WhatsApp user
|
# {{ '{{.PushName}}' }} - nickname set by the WhatsApp user
|
||||||
# {{.BusinessName}} - validated WhatsApp business name
|
# {{ '{{.BusinessName}}' }} - validated WhatsApp business name
|
||||||
# {{.Phone}} - phone number (international format)
|
# {{ '{{.Phone}}' }} - phone number (international format)
|
||||||
# The following variables are also available, but will cause problems on multi-user instances:
|
# The following variables are also available, but will cause problems on multi-user instances:
|
||||||
# {{.FullName}} - full name from contact list
|
# {{ '{{.FullName}}' }} - full name from contact list
|
||||||
# {{.FirstName}} - first name from contact list
|
# {{ '{{.FirstName}}' }} - first name from contact list
|
||||||
displayname_template: "{{if .BusinessName}}{{.BusinessName}}{{else if .PushName}}{{.PushName}}{{else}}{{.JID}}{{end}} (WA)"
|
displayname_template: "{{ '{{if .BusinessName}}{{.BusinessName}}{{else if .PushName}}{{.PushName}}{{else}}{{.JID}}{{end}} (WA)' }}"
|
||||||
# Should the bridge create a space for each logged-in user and add bridged rooms to it?
|
# Should the bridge create a space for each logged-in user and add bridged rooms to it?
|
||||||
# Users who logged in before turning this on should run `!wa sync space` to create and fill the space for the first time.
|
# Users who logged in before turning this on should run `!wa sync space` to create and fill the space for the first time.
|
||||||
personal_filtering_spaces: false
|
personal_filtering_spaces: false
|
||||||
|
Loading…
Reference in New Issue
Block a user