forked from MirrorHub/mautrix-whatsapp
Mention sync command in space example config
This commit is contained in:
parent
3d2fb96580
commit
5ff09b9041
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ bridge:
|
|||
# {{.FirstName}} - first name from contact list
|
||||
displayname_template: "{{if .PushName}}{{.PushName}}{{else if .BusinessName}}{{.BusinessName}}{{else}}{{.JID}}{{end}} (WA)"
|
||||
# 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.
|
||||
personal_filtering_spaces: false
|
||||
# Should the bridge send a read receipt from the bridge bot when a message has been sent to WhatsApp?
|
||||
delivery_receipts: false
|
||||
|
|
Loading…
Reference in a new issue