Procházet zdrojové kódy

Fix Facebook presence config key

pull/1717/head
Olivér Falvai před 4 roky
committed by GitHub
rodič
revize
9b03234323
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. +3
    -1
      roles/matrix-bridge-mautrix-facebook/templates/config.yaml.j2

+ 3
- 1
roles/matrix-bridge-mautrix-facebook/templates/config.yaml.j2 Zobrazit soubor

@@ -106,7 +106,9 @@ bridge:
# If using this for other servers than the bridge's server,
# 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 }}
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.
update_avatar_initial_sync: true
# End-to-bridge encryption support options. These require matrix-nio to be installed with pip


Načítá se…
Zrušit
Uložit