From 1e2f5ef25c7ed4efe8ab6487576cf3bb365261f9 Mon Sep 17 00:00:00 2001 From: Remi Reuvekamp Date: Tue, 21 Jan 2020 14:19:49 +0100 Subject: [PATCH] Improve communities doc in config --- example-config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/example-config.yaml b/example-config.yaml index 645b301..2ed2f4c 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -62,7 +62,10 @@ bridge: # {{.Short}} - short display name from contact list displayname_template: "{{if .Notify}}{{.Notify}}{{else}}{{.Jid}}{{end}} (WA)" # Localpart template for per-user room grouping community IDs. - # The bridge will create these communities and add all of the specific user's portals to the community. + # On startup, the bridge will try to create these communities, add all of the specific user's + # portals to the community, and invite the Matrix user to it. + # (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}}