Correct default values for mautrix whatsapp relaybot variables
This commit is contained in:
parent
18ed7aba84
commit
0607da1750
@ -396,9 +396,9 @@ bridge:
|
|||||||
relay:
|
relay:
|
||||||
# Whether relay mode should be allowed. If allowed, `!wa set-relay` can be used to turn any
|
# Whether relay mode should be allowed. If allowed, `!wa set-relay` can be used to turn any
|
||||||
# authenticated user into a relaybot for that chat.
|
# authenticated user into a relaybot for that chat.
|
||||||
enabled: {{ matrix_mautrix_whatsapp_relaybot_enabled }}
|
enabled: {{ matrix_mautrix_whatsapp_relaybot_enabled | default(false) }}
|
||||||
# Should only admins be allowed to set themselves as relay users?
|
# Should only admins be allowed to set themselves as relay users?
|
||||||
admin_only: {{ matrix_mautrix_whatsapp_relaybot_admin_only }}
|
admin_only: {{ matrix_mautrix_whatsapp_relaybot_admin_only | default(true) }}
|
||||||
# The formats to use when sending messages to WhatsApp via the relaybot.
|
# The formats to use when sending messages to WhatsApp via the relaybot.
|
||||||
message_formats:
|
message_formats:
|
||||||
m.text: "<b>{{ '{{ .Sender.Displayname }}' }}</b>: {{ '{{ .Message }}' }}"
|
m.text: "<b>{{ '{{ .Sender.Displayname }}' }}</b>: {{ '{{ .Message }}' }}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user