Add mautrix-telegram to bridge with telegram services

This commit is contained in:
Hugues Morisset
2018-09-01 17:51:07 +02:00
parent 7adcdf3040
commit 7b5f68c431
9 changed files with 389 additions and 4 deletions

View File

@ -24,4 +24,11 @@ matrix_coturn_turn_static_auth_secret: ""
# A secret used to protect access keys issued by the server.
# You can put any string here, but generating a strong one is preferred (e.g. `pwgen -s 64 1`).
matrix_synapse_macaroon_secret_key: ""
matrix_synapse_macaroon_secret_key: ""
# Mautrix telegram
# Enable telegram bridge
matrix_mautrix_telegram_enabled: false
# Get your own API keys at https://my.telegram.org/apps
matrix_mautrix_telegram_api_id: YOUR_TELEGRAM_APP_ID
matrix_mautrix_telegram_api_hash: YOUR_TELEGRAM_API_HASH