updated whatsapp config, backfill doesn't work

This commit is contained in:
iucca
2021-11-14 23:45:07 +01:00
parent 24fd455a9e
commit 1d0e594def
3 changed files with 140 additions and 66 deletions

View File

@ -98,6 +98,10 @@ matrix_identity_server_url: ~
matrix_integration_manager_rest_url: ~
matrix_integration_manager_ui_url: ~
# Enable backfilling history sync payloads from bridges using batch sending?
# This requires a server with MSC2716 support, which is currently an experimental feature in synapse.
matrix_bridges_backfill_enabled: false
# The domain name where a Jitsi server is self-hosted.
# If set, `/.well-known/matrix/client` will suggest Element clients to use that Jitsi server.
# See: https://github.com/vector-im/element-web/blob/develop/docs/jitsi.md#configuring-element-to-use-your-self-hosted-jitsi-server
@ -121,6 +125,8 @@ matrix_client_element_e2ee_secure_backup_setup_methods: []
# The Docker network that all services would be put into
matrix_docker_network: "matrix"
# Controls whether we'll preserve the vars.yml file on the Matrix server.
# If you have a differently organized inventory, you may wish to disable this feature,
# or to repoint `matrix_vars_yml_snapshotting_src` to the file you'd like to preserve.