From 3048817a36ae021f11c1cc87ea3446469a0ee804 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 8 Oct 2021 19:11:06 +0300 Subject: [PATCH] Update comment in encryption config --- example-config.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/example-config.yaml b/example-config.yaml index 3a229ca..840a2b8 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -209,11 +209,9 @@ bridge: # The prefix for commands. Only required in non-management rooms. command_prefix: "!wa" - # End-to-bridge encryption support options. This requires login_shared_secret to be configured - # in order to get a device for the bridge bot. + # End-to-bridge encryption support options. # - # Additionally, https://github.com/matrix-org/synapse/pull/5758 is required if using a normal - # application service. + # See https://docs.mau.fi/bridges/general/end-to-bridge-encryption.html for more info. encryption: # Allow encryption, work in group chat rooms with e2ee enabled allow: false