mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 20:57:41 +01:00
Merge pull request #1717 from ofalvai/patch-1
Fix Facebook presence config key
This commit is contained in:
commit
511ad3e45b
@ -106,7 +106,9 @@ bridge:
|
|||||||
# If using this for other servers than the bridge's server,
|
# If using this for other servers than the bridge's server,
|
||||||
# you must also set the URL in the double_puppet_server_map.
|
# you must also set the URL in the double_puppet_server_map.
|
||||||
login_shared_secret_map: {{ matrix_mautrix_facebook_bridge_login_shared_secret_map|to_json }}
|
login_shared_secret_map: {{ matrix_mautrix_facebook_bridge_login_shared_secret_map|to_json }}
|
||||||
presence: {{ matrix_mautrix_facebook_bridge_presence|to_json }}
|
# Should presence from Facebook be bridged? This doesn't use the same API as the Android app,
|
||||||
|
# so it might be more suspicious to Facebook.
|
||||||
|
presence_from_facebook: {{ matrix_mautrix_facebook_bridge_presence|to_json }}
|
||||||
# Whether or not to update avatars when syncing all contacts at startup.
|
# Whether or not to update avatars when syncing all contacts at startup.
|
||||||
update_avatar_initial_sync: true
|
update_avatar_initial_sync: true
|
||||||
# End-to-bridge encryption support options. These require matrix-nio to be installed with pip
|
# End-to-bridge encryption support options. These require matrix-nio to be installed with pip
|
||||||
|
Loading…
Reference in New Issue
Block a user