Update matrix-mautrix-facebook config a bit

This also disables presence if it's disabled for Synapse.
This commit is contained in:
Slavi Pantaleev
2020-12-01 11:55:18 +02:00
parent 90078dd296
commit 04da1bddf7
3 changed files with 23 additions and 8 deletions

View File

@ -35,6 +35,10 @@ matrix_mautrix_facebook_homeserver_token: ''
# Can be set to enable automatic double-puppeting via Shared Secret Auth (https://github.com/devture/matrix-synapse-shared-secret-auth).
matrix_mautrix_facebook_login_shared_secret: ''
matrix_mautrix_facebook_bridge_login_shared_secret_map: "{{ {matrix_mautrix_facebook_homeserver_domain: matrix_mautrix_facebook_login_shared_secret} if matrix_mautrix_facebook_login_shared_secret else {} }}"
matrix_mautrix_facebook_bridge_presence: true
# Default configuration template which covers the generic use case.
# You can customize it by controlling the various variables inside it.
#