Skip to content

Commit

Permalink
Fix whatsapp config template
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jul 21, 2023
1 parent 094069d commit ea63c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridgeconfig/whatsapp.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ bridge:
# {{ "{{.}}" }} is replaced with the phone number of the WhatsApp user.
username_template: {{ .BridgeName }}_{{ "{{.}}" }}
# Displayname template for WhatsApp users.
displayname_template: {{ `"{{or .FullName .BusinessName .PushName .JID"` }}
displayname_template: {{ `"{{or .FullName .BusinessName .PushName .JID}}"` }}
# 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
Expand Down

0 comments on commit ea63c04

Please sign in to comment.