mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-12-15 01:43:49 +01:00
Disable personal filtering communities by default. Closes #258
This commit is contained in:
parent
e2024aa1e4
commit
5809a6d57b
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ bridge:
|
||||||
# (Note that, by default, non-admins might not have your homeserver's permission to create
|
# (Note that, by default, non-admins might not have your homeserver's permission to create
|
||||||
# communities.)
|
# communities.)
|
||||||
# {{.Localpart}} is the MXID localpart and {{.Server}} is the MXID server part of the user.
|
# {{.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.
|
# WhatsApp connection timeout in seconds.
|
||||||
connection_timeout: 20
|
connection_timeout: 20
|
||||||
|
|
Loading…
Reference in a new issue