From 5809a6d57b7227c21b65da3ba126a5110534bb6f Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 16 Jan 2021 02:47:23 +0200 Subject: [PATCH] Disable personal filtering communities by default. Closes #258 --- example-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example-config.yaml b/example-config.yaml index f26812f..eeb0747 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -82,7 +82,8 @@ bridge: # (Note that, by default, non-admins might not have your homeserver's permission to create # communities.) # {{.Localpart}} is the MXID localpart and {{.Server}} is the MXID server part of the user. - community_template: whatsapp_{{.Localpart}}={{.Server}} + # whatsapp_{{.Localpart}}={{.Server}} is a good value that should work for any user. + community_template: null # WhatsApp connection timeout in seconds. connection_timeout: 20