mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-12-25 06:54:06 +01:00
Update comment in encryption config
This commit is contained in:
parent
9ca18ea548
commit
3048817a36
1 changed files with 2 additions and 4 deletions
|
@ -209,11 +209,9 @@ bridge:
|
||||||
# The prefix for commands. Only required in non-management rooms.
|
# The prefix for commands. Only required in non-management rooms.
|
||||||
command_prefix: "!wa"
|
command_prefix: "!wa"
|
||||||
|
|
||||||
# End-to-bridge encryption support options. This requires login_shared_secret to be configured
|
# End-to-bridge encryption support options.
|
||||||
# in order to get a device for the bridge bot.
|
|
||||||
#
|
#
|
||||||
# Additionally, https://github.com/matrix-org/synapse/pull/5758 is required if using a normal
|
# See https://docs.mau.fi/bridges/general/end-to-bridge-encryption.html for more info.
|
||||||
# application service.
|
|
||||||
encryption:
|
encryption:
|
||||||
# Allow encryption, work in group chat rooms with e2ee enabled
|
# Allow encryption, work in group chat rooms with e2ee enabled
|
||||||
allow: false
|
allow: false
|
||||||
|
|
Loading…
Reference in a new issue