소스 검색

Disable personal filtering communities by default. Closes #258

Tulir Asokan 4 년 전
부모
커밋
5809a6d57b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      example-config.yaml

+ 2 - 1
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